#DFCCE9

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

Shades of Blue Chalk #DFCCE9

Tints of Blue Chalk #DFCCE9

Color information

#DFCCE9 (or 0xDFCCE9) is unknown color: approx Blue Chalk. HEX triplet: DF, CC and E9. RGB value is (223,204,233). Sum of RGB (Red+Green+Blue) = 223+204+233=660 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.79% from 660); Green value is 204 (80.08% from 255 or 30.91% from 660); Blue value is 233 (91.41% from 255 or 35.30% from 660); Max value from RGB is 233 - color contains mainly: blue. Hex color #DFCCE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCCE9 is #203316. Grayscale: #D4D4D4. Windows color (decimal): -2110231 or 15322335. OLE color: 15322335.

HSL color Cylindrical-coordinate representation of color #DFCCE9: hue angle of 279.31º degrees, saturation: 0.4, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCCE9 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB223204233-
CMYK0.040.1200.09
HSL279.31º39.73%85.69%-
HSV(B)279.31º12.45%91.37%-
XYZ66.7364.7686.07-
YUV212.99139.29135.14-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.79%
GREEN value IS 204 (80.08% from 255) = 30.91%
BLUE value IS 233 (91.41% from 255) = 35.30%
R=33.79%
G=30.91%
B=35.30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232042330.040.1200.09279.3139.7385.69
HexDFCCE94C091172856
Octal33731435141401142750126
Binary1101111111001100111010011001100010011000101111010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCE9; }

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

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

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

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

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

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

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

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