#DFCFEC

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

Shades of Blue Chalk #DFCFEC

Tints of Blue Chalk #DFCFEC

Color information

#DFCFEC (or 0xDFCFEC) is unknown color: approx Blue Chalk. HEX triplet: DF, CF and EC. RGB value is (223,207,236). Sum of RGB (Red+Green+Blue) = 223+207+236=666 (88% of max value = 765). Red value is 223 (87.5% from 255 or 33.48% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCFEC is #203013. Grayscale: #D6D6D6. Windows color (decimal): -2109460 or 15519711. OLE color: 15519711.

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

Color convert

RGB223207236-
CMYK0.060.1200.07
HSL273.1º43.28%86.86%-
HSV(B)273.1º12.29%92.55%-
XYZ67.8866.3788.59-
YUV215.09139.8133.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.48%
GREEN value IS 207 (81.25% from 255) = 31.08%
BLUE value IS 236 (92.58% from 255) = 35.44%
R=33.48%
G=31.08%
B=35.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232072360.060.1200.07273.143.2886.86
HexDFCFEC6C071112b57
Octal3373173546140742153127
Binary110111111100111111101100110110001111000100011010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCFEC; }

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

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

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

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

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

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

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

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