Shades of Blue Chalk #DFCEEB
Tints of Blue Chalk #DFCEEB
RGB
CMYK
RGB Variations
Color information
#DFCEEB (or 0xDFCEEB) is known color: Blue Chalk. HEX triplet: DF, CE and EB. RGB value is (223,206,235). Sum of RGB (Red+Green+Blue) = 223+206+235=664 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.58% from 664); Green value is 206 (80.86% from 255 or 31.02% from 664); Blue value is 235 (92.19% from 255 or 35.39% from 664); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFCEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCEEB is #203114. Grayscale: #D6D6D6. Windows color (decimal): -2109717 or 15453919. OLE color: 15453919.
HSL color Cylindrical-coordinate representation of color #DFCEEB: hue angle of 275.17º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFCEEB is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 206 | 235 | - |
CMYK | 0.05 | 0.12 | 0 | 0.08 |
HSL | 275.17º | 0.42% | 0.86% | - |
HSV(B) | 275.17º | 0.12% | 0.92% | - |
XYZ | 67.5 | 65.83 | 87.75 | - |
YUV | 214.39 | 139.63 | 134.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 206 | 235 | 0.05 | 0.12 | 0 | 0.08 | 275.17 | 0.42 | 0.86 |
Hex | DF | CE | EB | 5 | C | 0 | 8 | 113 | 2A | 56 |
Octal | 337 | 316 | 353 | 5 | 14 | 0 | 10 | 423 | 52 | 126 |
Binary | 11011111 | 11001110 | 11101011 | 101 | 1100 | 0 | 1000 | 100010011 | 101010 | 1010110 |
Color Harmonies of #DFCEEB
Complementary color
Monochromatic Colors of #DFCEEB
Black with #DFCEEB
Text Example
Text Example
White with #DFCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEEB; }
p { color: rgb(223,206,235); }
H1.HeaderClassName
{
color: #DFCEEB;
}
.AnyTagClassName
{
color: #DFCEEB;
}
</style>
background-color css
<style>
a { background-color: #DFCEEB; }
a { background-color: rgb(223,206,235); }
div.DivClassName
{
background-color: #DFCEEB;
}
.BgClassName
{
background-color: #DFCEEB;
}
</style>
border-color css
<style>
span { border-color: #DFCEEB; }
span { border-color: rgb(223,206,235); }
td.TdClassName
{
border-color: #DFCEEB;
}
.TagClassName
{
border-color: #DFCEEB;
}
</style>