Shades of Blue Chalk #DFC9ED
Tints of Blue Chalk #DFC9ED
RGB
CMYK
RGB Variations
Color information
#DFC9ED (or 0xDFC9ED) is known color: Blue Chalk. HEX triplet: DF, C9 and ED. RGB value is (223,201,237). Sum of RGB (Red+Green+Blue) = 223+201+237=661 (87% of max value = 765). Red value is 223 (87.5% from 255 or 33.74% from 661); Green value is 201 (78.91% from 255 or 30.41% from 661); Blue value is 237 (92.97% from 255 or 35.85% from 661); Max value from RGB is 237 - color contains mainly: blue. Hex color #DFC9ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFC9ED is #203612. Grayscale: #D3D3D3. Windows color (decimal): -2110995 or 15583711. OLE color: 15583711.
HSL color Cylindrical-coordinate representation of color #DFC9ED: hue angle of 276.67º degrees, saturation: 0.5, 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 #DFC9ED is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 223 | 201 | 237 | - |
CMYK | 0.06 | 0.15 | 0 | 0.07 |
HSL | 276.67º | 0.5% | 0.86% | - |
HSV(B) | 276.67º | 0.15% | 0.93% | - |
XYZ | 66.6 | 63.58 | 88.88 | - |
YUV | 211.68 | 142.29 | 136.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 201 | 237 | 0.06 | 0.15 | 0 | 0.07 | 276.67 | 0.5 | 0.86 |
Hex | DF | C9 | ED | 6 | F | 0 | 7 | 115 | 32 | 56 |
Octal | 337 | 311 | 355 | 6 | 17 | 0 | 7 | 425 | 62 | 126 |
Binary | 11011111 | 11001001 | 11101101 | 110 | 1111 | 0 | 111 | 100010101 | 110010 | 1010110 |
Color Harmonies of #DFC9ED
Complementary color
Monochromatic Colors of #DFC9ED
Black with #DFC9ED
Text Example
Text Example
White with #DFC9ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9ED; }
p { color: rgb(223,201,237); }
H1.HeaderClassName
{
color: #DFC9ED;
}
.AnyTagClassName
{
color: #DFC9ED;
}
</style>
background-color css
<style>
a { background-color: #DFC9ED; }
a { background-color: rgb(223,201,237); }
div.DivClassName
{
background-color: #DFC9ED;
}
.BgClassName
{
background-color: #DFC9ED;
}
</style>
border-color css
<style>
span { border-color: #DFC9ED; }
span { border-color: rgb(223,201,237); }
td.TdClassName
{
border-color: #DFC9ED;
}
.TagClassName
{
border-color: #DFC9ED;
}
</style>