Color Hex Logo

#dfcffd Color Hex

#DFCFFD
(223,207,253)
0 Favorites   0 Comments

Color spaces of #dfcffd

RGB 223207253
HSL0.720.920.90
HSV261°18°99°
CMYK 0.120.180.00   0.01
XYZ70.473967.4055102.2247
Yxy67.40550.29350.2807
Hunter Lab82.10099.5447-16.3521
CIE-Lab85.708314.1522-20.4781

#dfcffd color RGB value is (223,207,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001111 11111101
Octal 337 317 375
Decimal 223 207 253
Hex DF CF FD

RGB Percentages of Color #dfcffd

%32.65
%30.31
%37.04

CMYK Percentages of Color #dfcffd

%12
%18
%0
%1

Triadic Colors of #dfcffd

#dfcffd #fddfcf #cffddf

Analogous Colors of #dfcffd

#dfcffd #f6cffd #cfd6fd

Monochromatic Colors of #dfcffd

#dfcffd

Complementary Color

#dfcffd #edfdcf

#dfcffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcffd Color CSS Codes

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

#dfcffd Text Font Color

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

This sample text font color is #dfcffd
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.


#dfcffd Background Color

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

This div background color is #dfcffd


#dfcffd Border Color

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

This div border color is #dfcffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,207,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 #dfcffd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcffd


Comments

No comments written yet.

Please login to write comment.