#DFCEEA

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

Shades of Blue Chalk #DFCEEA

Tints of Blue Chalk #DFCEEA

Color information

#DFCEEA (or 0xDFCEEA) is unknown color: approx Blue Chalk. HEX triplet: DF, CE and EA. RGB value is (223,206,234). Sum of RGB (Red+Green+Blue) = 223+206+234=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 234 (91.80% from 255 or 35.29% from 663); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFCEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEEA is #203115. Grayscale: #D6D6D6. Windows color (decimal): -2109718 or 15388383. OLE color: 15388383.

HSL color Cylindrical-coordinate representation of color #DFCEEA: hue angle of 276.43º degrees, saturation: 0.4, 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 #DFCEEA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB223206234-
CMYK0.050.1200.08
HSL276.43º40%86.27%-
HSV(B)276.43º11.97%91.76%-
XYZ67.3565.7786.99-
YUV214.27139.13134.22-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 206 (80.86% from 255) = 31.07%
BLUE value IS 234 (91.80% from 255) = 35.29%
R=33.63%
G=31.07%
B=35.29%

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
Decimal2232062340.050.1200.08276.434086.27
HexDFCEEA5C081142856
Octal33731635251401042450126
Binary1101111111001110111010101011100010001000101001010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEEA; }

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

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

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

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

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

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

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

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