#DFCBE6

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

Shades of Blue Chalk #DFCBE6

Tints of Blue Chalk #DFCBE6

Color information

#DFCBE6 (or 0xDFCBE6) is unknown color: approx Blue Chalk. HEX triplet: DF, CB and E6. RGB value is (223,203,230). Sum of RGB (Red+Green+Blue) = 223+203+230=656 (86% of max value = 765). Red value is 223 (87.5% from 255 or 33.99% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 230 (90.23% from 255 or 35.06% from 656); Max value from RGB is 230 - color contains mainly: blue. Hex color #DFCBE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBE6 is #203419. Grayscale: #D3D3D3. Windows color (decimal): -2110490 or 15125471. OLE color: 15125471.

HSL color Cylindrical-coordinate representation of color #DFCBE6: hue angle of 284.44º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCBE6 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB223203230-
CMYK0.030.1200.10
HSL284.44º35.06%84.9%-
HSV(B)284.44º11.74%90.2%-
XYZ66.0764.1183.76-
YUV212.06138.13135.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 33.99%
GREEN value IS 203 (79.69% from 255) = 30.95%
BLUE value IS 230 (90.23% from 255) = 35.06%
R=33.99%
G=30.95%
B=35.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2232032300.030.1200.10284.4435.0684.9
HexDFCBE63C0A11c2355
Octal33731334631401243443125
Binary110111111100101111100110111100010101000111001000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFCBE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFCBE6; }

 p { color: rgb(223,203,230); }

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

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

 a { background-color: rgb(223,203,230); }

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

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

 span { border-color: rgb(223,203,230); }

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