Shades of Blue Chalk #DFCBE8
Tints of Blue Chalk #DFCBE8
RGB
CMYK
RGB Variations
Color information
#DFCBE8 (or 0xDFCBE8) is known color: Blue Chalk. HEX triplet: DF, CB and E8. RGB value is (223,203,232). Sum of RGB (Red+Green+Blue) = 223+203+232=658 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.89% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 232 (91.02% from 255 or 35.26% from 658); Max value from RGB is 232 - color contains mainly: blue. Hex color #DFCBE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBE8 is #203417. Grayscale: #D4D4D4. Windows color (decimal): -2110488 or 15256543. OLE color: 15256543.
HSL color Cylindrical-coordinate representation of color #DFCBE8: hue angle of 281.38º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCBE8 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 223 | 203 | 232 | - |
CMYK | 0.04 | 0.12 | 0 | 0.09 |
HSL | 281.38º | 0.39% | 0.85% | - |
HSV(B) | 281.38º | 0.13% | 0.91% | - |
XYZ | 66.35 | 64.23 | 85.24 | - |
YUV | 212.29 | 139.13 | 135.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 203 | 232 | 0.04 | 0.12 | 0 | 0.09 | 281.38 | 0.39 | 0.85 |
Hex | DF | CB | E8 | 4 | C | 0 | 9 | 119 | 27 | 55 |
Octal | 337 | 313 | 350 | 4 | 14 | 0 | 11 | 431 | 47 | 125 |
Binary | 11011111 | 11001011 | 11101000 | 100 | 1100 | 0 | 1001 | 100011001 | 100111 | 1010101 |
Color Harmonies of #DFCBE8
Complementary color
Monochromatic Colors of #DFCBE8
Black with #DFCBE8
Text Example
Text Example
White with #DFCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBE8; }
p { color: rgb(223,203,232); }
H1.HeaderClassName
{
color: #DFCBE8;
}
.AnyTagClassName
{
color: #DFCBE8;
}
</style>
background-color css
<style>
a { background-color: #DFCBE8; }
a { background-color: rgb(223,203,232); }
div.DivClassName
{
background-color: #DFCBE8;
}
.BgClassName
{
background-color: #DFCBE8;
}
</style>
border-color css
<style>
span { border-color: #DFCBE8; }
span { border-color: rgb(223,203,232); }
td.TdClassName
{
border-color: #DFCBE8;
}
.TagClassName
{
border-color: #DFCBE8;
}
</style>