Shades of Blue Chalk #DFCAED
Tints of Blue Chalk #DFCAED
RGB
CMYK
RGB Variations
Color information
#DFCAED (or 0xDFCAED) is known color: Blue Chalk. HEX triplet: DF, CA and ED. RGB value is (223,202,237). Sum of RGB (Red+Green+Blue) = 223+202+237=662 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.69% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 237 (92.97% from 255 or 35.80% from 662); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFCAED is #203512. Grayscale: #D4D4D4. Windows color (decimal): -2110739 or 15583967. OLE color: 15583967.
HSL color Cylindrical-coordinate representation of color #DFCAED: hue angle of 276º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DFCAED is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 202 | 237 | - |
CMYK | 0.06 | 0.15 | 0 | 0.07 |
HSL | 276º | 0.49% | 0.86% | - |
HSV(B) | 276º | 0.15% | 0.93% | - |
XYZ | 66.84 | 64.04 | 88.96 | - |
YUV | 212.27 | 141.96 | 135.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 202 | 237 | 0.06 | 0.15 | 0 | 0.07 | 276 | 0.49 | 0.86 |
Hex | DF | CA | ED | 6 | F | 0 | 7 | 114 | 31 | 56 |
Octal | 337 | 312 | 355 | 6 | 17 | 0 | 7 | 424 | 61 | 126 |
Binary | 11011111 | 11001010 | 11101101 | 110 | 1111 | 0 | 111 | 100010100 | 110001 | 1010110 |
Color Harmonies of #DFCAED
Complementary color
Monochromatic Colors of #DFCAED
Black with #DFCAED
Text Example
Text Example
White with #DFCAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCAED; }
p { color: rgb(223,202,237); }
H1.HeaderClassName
{
color: #DFCAED;
}
.AnyTagClassName
{
color: #DFCAED;
}
</style>
background-color css
<style>
a { background-color: #DFCAED; }
a { background-color: rgb(223,202,237); }
div.DivClassName
{
background-color: #DFCAED;
}
.BgClassName
{
background-color: #DFCAED;
}
</style>
border-color css
<style>
span { border-color: #DFCAED; }
span { border-color: rgb(223,202,237); }
td.TdClassName
{
border-color: #DFCAED;
}
.TagClassName
{
border-color: #DFCAED;
}
</style>