#DFCCEC

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

Shades of Blue Chalk #DFCCEC

Tints of Blue Chalk #DFCCEC

Color information

#DFCCEC (or 0xDFCCEC) is unknown color: approx Blue Chalk. HEX triplet: DF, CC and EC. RGB value is (223,204,236). Sum of RGB (Red+Green+Blue) = 223+204+236=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 204 (80.08% from 255 or 30.77% from 663); Blue value is 236 (92.58% from 255 or 35.60% from 663); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCEC is #203313. Grayscale: #D5D5D5. Windows color (decimal): -2110228 or 15518943. OLE color: 15518943.

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

Color convert

RGB223204236-
CMYK0.060.1400.07
HSL275.62º45.71%86.27%-
HSV(B)275.62º13.56%92.55%-
XYZ67.1664.9388.35-
YUV213.33140.79134.9-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.63%
GREEN value IS 204 (80.08% from 255) = 30.77%
BLUE value IS 236 (92.58% from 255) = 35.60%
R=33.63%
G=30.77%
B=35.60%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232042360.060.1400.07275.6245.7186.27
HexDFCCEC6E071142e56
Octal3373143546160742456126
Binary110111111100110011101100110111001111000101001011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCEC; }

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

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

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

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

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

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

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

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