#DFCEEC

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

Shades of Blue Chalk #DFCEEC

Tints of Blue Chalk #DFCEEC

Color information

#DFCEEC (or 0xDFCEEC) is unknown color: approx Blue Chalk. HEX triplet: DF, CE and EC. RGB value is (223,206,236). Sum of RGB (Red+Green+Blue) = 223+206+236=665 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.53% from 665); Green value is 206 (80.86% from 255 or 30.98% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEEC is #203113. Grayscale: #D6D6D6. Windows color (decimal): -2109716 or 15519455. OLE color: 15519455.

HSL color Cylindrical-coordinate representation of color #DFCEEC: hue angle of 274º degrees, saturation: 0.44, 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 #DFCEEC is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB223206236-
CMYK0.060.1300.07
HSL274º44.12%86.67%-
HSV(B)274º12.71%92.55%-
XYZ67.6465.8988.51-
YUV214.5140.13134.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.53%
GREEN value IS 206 (80.86% from 255) = 30.98%
BLUE value IS 236 (92.58% from 255) = 35.49%
R=33.53%
G=30.98%
B=35.49%

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
Decimal2232062360.060.1300.0727444.1286.67
HexDFCEEC6D071122c57
Octal3373163546150742254127
Binary110111111100111011101100110110101111000100101011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCEEC; }

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

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

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

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

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

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

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

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