#DFCCE4

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

Shades of Blue Chalk #DFCCE4

Tints of Blue Chalk #DFCCE4

Color information

#DFCCE4 (or 0xDFCCE4) is unknown color: approx Blue Chalk. HEX triplet: DF, CC and E4. RGB value is (223,204,228). Sum of RGB (Red+Green+Blue) = 223+204+228=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 228 (89.45% from 255 or 34.81% from 655); Max value from RGB is 228 - color contains mainly: blue. Hex color #DFCCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCE4 is #20331B. Grayscale: #D4D4D4. Windows color (decimal): -2110236 or 14994655. OLE color: 14994655.

HSL color Cylindrical-coordinate representation of color #DFCCE4: hue angle of 287.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCCE4 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB223204228-
CMYK0.020.1100.11
HSL287.5º30.77%84.71%-
HSV(B)287.5º10.53%89.41%-
XYZ66.0364.4882.36-
YUV212.42136.79135.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 34.05%
GREEN value IS 204 (80.08% from 255) = 31.15%
BLUE value IS 228 (89.45% from 255) = 34.81%
R=34.05%
G=31.15%
B=34.81%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232042280.020.1100.11287.530.7784.71
HexDFCCE42B0B1201f55
Octal33731434421301344037125
Binary11011111110011001110010010101101011100100000111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCCE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCCE4; }

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

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

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

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

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

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

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

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