Shades of Blue Chalk #DFCBEC
Tints of Blue Chalk #DFCBEC
RGB
CMYK
RGB Variations
Color information
#DFCBEC (or 0xDFCBEC) is known color: Blue Chalk. HEX triplet: DF, CB and EC. RGB value is (223,203,236). Sum of RGB (Red+Green+Blue) = 223+203+236=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 203 (79.69% from 255 or 30.66% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFCBEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBEC is #203413. Grayscale: #D4D4D4. Windows color (decimal): -2110484 or 15518687. OLE color: 15518687.
HSL color Cylindrical-coordinate representation of color #DFCBEC: hue angle of 276.36º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DFCBEC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 203 | 236 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.07 |
| HSL | 276.36º | 0.46% | 0.86% | - |
| HSV(B) | 276.36º | 0.14% | 0.93% | - |
| XYZ | 66.93 | 64.46 | 88.27 | - |
| YUV | 212.74 | 141.13 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 236 | 0.06 | 0.14 | 0 | 0.07 | 276.36 | 0.46 | 0.86 |
| Hex | DF | CB | EC | 6 | E | 0 | 7 | 114 | 2E | 56 |
| Octal | 337 | 313 | 354 | 6 | 16 | 0 | 7 | 424 | 56 | 126 |
| Binary | 11011111 | 11001011 | 11101100 | 110 | 1110 | 0 | 111 | 100010100 | 101110 | 1010110 |
Color Harmonies of #DFCBEC
Complementary color
Monochromatic Colors of #DFCBEC
Black with #DFCBEC
Text Example
Text Example
White with #DFCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBEC; }
p { color: rgb(223,203,236); }
H1.HeaderClassName
{
color: #DFCBEC;
}
.AnyTagClassName
{
color: #DFCBEC;
}
</style>
background-color css
<style>
a { background-color: #DFCBEC; }
a { background-color: rgb(223,203,236); }
div.DivClassName
{
background-color: #DFCBEC;
}
.BgClassName
{
background-color: #DFCBEC;
}
</style>
border-color css
<style>
span { border-color: #DFCBEC; }
span { border-color: rgb(223,203,236); }
td.TdClassName
{
border-color: #DFCBEC;
}
.TagClassName
{
border-color: #DFCBEC;
}
</style>