Color Hex Logo

#dfcefd Color Hex

#DFCEFD
(223,206,253)
0 Favorites   0 Comments

Color spaces of #dfcefd

RGB 223206253
HSL0.730.920.90
HSV262°19°99°
CMYK 0.120.190.00   0.01
XYZ70.232466.9224102.1442
Yxy66.92240.29350.2797
Hunter Lab81.806110.0856-16.7660
CIE-Lab85.464714.6845-20.8466

#dfcefd color RGB value is (223,206,253).

#dfcefd hex color red value is 223, green value is 206 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #dfcefd hue: 0.73 , saturation: 0.92 and the lightness value of dfcefd is 0.90.

The process color (four color CMYK) of #dfcefd color hex is 0.12, 0.19, 0.00, 0.01. Web safe color of #dfcefd is #ccccff. Color #dfcefd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001110 11111101
Octal 337 316 375
Decimal 223 206 253
Hex DF CE FD

RGB Percentages of Color #dfcefd

%32.70
%30.21
%37.10

CMYK Percentages of Color #dfcefd

%12
%19
%0
%1

Triadic Colors of #dfcefd

#dfcefd #fddfce #cefddf

Analogous Colors of #dfcefd

#dfcefd #f7cefd #ced5fd

Monochromatic Colors of #dfcefd

#dfcefd

Complementary Color

#dfcefd #ecfdce

#dfcefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcefd Color CSS Codes

.mybgcolor {background-color:#dfcefd; } 
.myforecolor {color:#dfcefd; }
.mybordercolor {border:3px solid #dfcefd; }

#dfcefd Text Font Color

<p style="color:#dfcefd">Text here</p>

This sample text font color is #dfcefd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dfcefd Background Color

<div style="background-color:#dfcefd">
Div content here</div>

This div background color is #dfcefd


#dfcefd Border Color

<div style="border:3px solid #dfcefd">
Div here</div>

This div border color is #dfcefd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(223,206,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dfcefd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dfcefd;
  -webkit-box-shadow: 1px 1px 3px 2px #dfcefd;
  box-shadow:         1px 1px 3px 2px #dfcefd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,206,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfcefd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dfcefd;
  -webkit-box-shadow: 1px 1px 3px 2px #dfcefd;
  box-shadow:         1px 1px 3px 2px #dfcefd;">
Div content here</div>

This div box has shadow with color #dfcefd


Comments

No comments written yet.

Please login to write comment.