Shades of Blue Chalk #DFCBED
Tints of Blue Chalk #DFCBED
RGB
CMYK
RGB Variations
Color information
#DFCBED (or 0xDFCBED) is known color: Blue Chalk. HEX triplet: DF, CB and ED. RGB value is (223,203,237). Sum of RGB (Red+Green+Blue) = 223+203+237=663 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.63% from 663); Green value is 203 (79.69% from 255 or 30.62% from 663); Blue value is 237 (92.97% from 255 or 35.75% from 663); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFCBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCBED is #203412. Grayscale: #D4D4D4. Windows color (decimal): -2110483 or 15584223. OLE color: 15584223.
HSL color Cylindrical-coordinate representation of color #DFCBED: hue angle of 275.29º degrees, saturation: 0.49, 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 #DFCBED is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 203 | 237 | - |
CMYK | 0.06 | 0.14 | 0 | 0.07 |
HSL | 275.29º | 0.49% | 0.86% | - |
HSV(B) | 275.29º | 0.14% | 0.93% | - |
XYZ | 67.07 | 64.51 | 89.04 | - |
YUV | 212.86 | 141.63 | 135.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 203 | 237 | 0.06 | 0.14 | 0 | 0.07 | 275.29 | 0.49 | 0.86 |
Hex | DF | CB | ED | 6 | E | 0 | 7 | 113 | 31 | 56 |
Octal | 337 | 313 | 355 | 6 | 16 | 0 | 7 | 423 | 61 | 126 |
Binary | 11011111 | 11001011 | 11101101 | 110 | 1110 | 0 | 111 | 100010011 | 110001 | 1010110 |
Color Harmonies of #DFCBED
Complementary color
Monochromatic Colors of #DFCBED
Black with #DFCBED
Text Example
Text Example
White with #DFCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBED; }
p { color: rgb(223,203,237); }
H1.HeaderClassName
{
color: #DFCBED;
}
.AnyTagClassName
{
color: #DFCBED;
}
</style>
background-color css
<style>
a { background-color: #DFCBED; }
a { background-color: rgb(223,203,237); }
div.DivClassName
{
background-color: #DFCBED;
}
.BgClassName
{
background-color: #DFCBED;
}
</style>
border-color css
<style>
span { border-color: #DFCBED; }
span { border-color: rgb(223,203,237); }
td.TdClassName
{
border-color: #DFCBED;
}
.TagClassName
{
border-color: #DFCBED;
}
</style>