Shades of Blue Chalk #DFBEEC
Tints of Blue Chalk #DFBEEC
RGB
CMYK
RGB Variations
Color information
#DFBEEC (or 0xDFBEEC) is known color: Blue Chalk. HEX triplet: DF, BE and EC. RGB value is (223,190,236). Sum of RGB (Red+Green+Blue) = 223+190+236=649 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.36% from 649); Green value is 190 (74.61% from 255 or 29.28% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #DFBEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEEC is #204113. Grayscale: #CCCCCC. Windows color (decimal): -2113812 or 15515359. OLE color: 15515359.
HSL color Cylindrical-coordinate representation of color #DFBEEC: hue angle of 283.04º degrees, saturation: 0.55, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBEEC is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 223 | 190 | 236 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.07 |
| HSL | 283.04º | 0.55% | 0.84% | - |
| HSV(B) | 283.04º | 0.19% | 0.93% | - |
| XYZ | 63.99 | 58.57 | 87.29 | - |
| YUV | 205.11 | 145.43 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 236 | 0.06 | 0.19 | 0 | 0.07 | 283.04 | 0.55 | 0.84 |
| Hex | DF | BE | EC | 6 | 13 | 0 | 7 | 11B | 37 | 54 |
| Octal | 337 | 276 | 354 | 6 | 23 | 0 | 7 | 433 | 67 | 124 |
| Binary | 11011111 | 10111110 | 11101100 | 110 | 10011 | 0 | 111 | 100011011 | 110111 | 1010100 |
Color Harmonies of #DFBEEC
Complementary color
Monochromatic Colors of #DFBEEC
Black with #DFBEEC
Text Example
Text Example
White with #DFBEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEEC; }
p { color: rgb(223,190,236); }
H1.HeaderClassName
{
color: #DFBEEC;
}
.AnyTagClassName
{
color: #DFBEEC;
}
</style>
background-color css
<style>
a { background-color: #DFBEEC; }
a { background-color: rgb(223,190,236); }
div.DivClassName
{
background-color: #DFBEEC;
}
.BgClassName
{
background-color: #DFBEEC;
}
</style>
border-color css
<style>
span { border-color: #DFBEEC; }
span { border-color: rgb(223,190,236); }
td.TdClassName
{
border-color: #DFBEEC;
}
.TagClassName
{
border-color: #DFBEEC;
}
</style>