#DFCFEA

Color #DFCFEA Blue Chalk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chalk #DFCFEA

Tints of Blue Chalk #DFCFEA

Color information

#DFCFEA (or 0xDFCFEA) is unknown color: approx Blue Chalk. HEX triplet: DF, CF and EA. RGB value is (223,207,234). Sum of RGB (Red+Green+Blue) = 223+207+234=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 207 (81.25% from 255 or 31.17% from 664); Blue value is 234 (91.80% from 255 or 35.24% from 664); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFCFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFEA is #203015. Grayscale: #D6D6D6. Windows color (decimal): -2109462 or 15388639. OLE color: 15388639.

HSL color Cylindrical-coordinate representation of color #DFCFEA: hue angle of 275.56º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCFEA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223207234-
CMYK0.050.1200.08
HSL275.56º39.13%86.47%-
HSV(B)275.56º11.54%91.76%-
XYZ67.666.2587.07-
YUV214.86138.8133.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 223 (87.5% from 255) = 33.58%
GREEN value IS 207 (81.25% from 255) = 31.17%
BLUE value IS 234 (91.80% from 255) = 35.24%
R=33.58%
G=31.17%
B=35.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232072340.050.1200.08275.5639.1386.47
HexDFCFEA5C081142756
Octal33731735251401042447126
Binary1101111111001111111010101011100010001000101001001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFEA; }

 p { color: rgb(223,207,234); }

 H1.HeaderClassName
 {
   color: #DFCFEA;
 }
 .AnyTagClassName
 {
   color: #DFCFEA;
 }
</style>
background-color css

<style>
 a { background-color: #DFCFEA; }

 a { background-color: rgb(223,207,234); }

 div.DivClassName
 {
   background-color: #DFCFEA;
 }
 .BgClassName
 {
   background-color: #DFCFEA;
 }
</style>
border-color css

<style>
 span { border-color: #DFCFEA; }

 span { border-color: rgb(223,207,234); }

 td.TdClassName
 {
   border-color: #DFCFEA;
 }
 .TagClassName
 {
   border-color: #DFCFEA;
 }
</style>