#DFCEED

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

Shades of Blue Chalk #DFCEED

Tints of Blue Chalk #DFCEED

Color information

#DFCEED (or 0xDFCEED) is unknown color: approx Blue Chalk. HEX triplet: DF, CE and ED. RGB value is (223,206,237). Sum of RGB (Red+Green+Blue) = 223+206+237=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 237 (92.97% from 255 or 35.59% from 666); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFCEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEED is #203112. Grayscale: #D6D6D6. Windows color (decimal): -2109715 or 15584991. OLE color: 15584991.

HSL color Cylindrical-coordinate representation of color #DFCEED: hue angle of 272.9º degrees, saturation: 0.46, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DFCEED is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223206237-
CMYK0.060.1300.07
HSL272.9º46.27%86.86%-
HSV(B)272.9º13.08%92.94%-
XYZ67.7965.9589.28-
YUV214.62140.63133.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 206 (80.86% from 255) = 30.93%
BLUE value IS 237 (92.97% from 255) = 35.59%
R=33.48%
G=30.93%
B=35.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232062370.060.1300.07272.946.2786.86
HexDFCEED6D071112e57
Octal3373163556150742156127
Binary110111111100111011101101110110101111000100011011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEED; }

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

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

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

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

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

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

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

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