Shades of Blue Chalk #DFBEEA
Tints of Blue Chalk #DFBEEA
RGB
CMYK
RGB Variations
Color information
#DFBEEA (or 0xDFBEEA) is known color: Blue Chalk. HEX triplet: DF, BE and EA. RGB value is (223,190,234). Sum of RGB (Red+Green+Blue) = 223+190+234=647 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.47% from 647); Green value is 190 (74.61% from 255 or 29.37% from 647); Blue value is 234 (91.80% from 255 or 36.17% from 647); Max value from RGB is 234 - color contains mainly: blue. Hex color #DFBEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEEA is #204115. Grayscale: #CCCCCC. Windows color (decimal): -2113814 or 15384287. OLE color: 15384287.
HSL color Cylindrical-coordinate representation of color #DFBEEA: hue angle of 285º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFBEEA is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 190 | 234 | - |
CMYK | 0.05 | 0.19 | 0 | 0.08 |
HSL | 285º | 0.51% | 0.83% | - |
HSV(B) | 285º | 0.19% | 0.92% | - |
XYZ | 63.7 | 58.46 | 85.77 | - |
YUV | 204.88 | 144.43 | 140.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 234 | 0.05 | 0.19 | 0 | 0.08 | 285 | 0.51 | 0.83 |
Hex | DF | BE | EA | 5 | 13 | 0 | 8 | 11D | 33 | 53 |
Octal | 337 | 276 | 352 | 5 | 23 | 0 | 10 | 435 | 63 | 123 |
Binary | 11011111 | 10111110 | 11101010 | 101 | 10011 | 0 | 1000 | 100011101 | 110011 | 1010011 |
Color Harmonies of #DFBEEA
Complementary color
Monochromatic Colors of #DFBEEA
Black with #DFBEEA
Text Example
Text Example
White with #DFBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEEA; }
p { color: rgb(223,190,234); }
H1.HeaderClassName
{
color: #DFBEEA;
}
.AnyTagClassName
{
color: #DFBEEA;
}
</style>
background-color css
<style>
a { background-color: #DFBEEA; }
a { background-color: rgb(223,190,234); }
div.DivClassName
{
background-color: #DFBEEA;
}
.BgClassName
{
background-color: #DFBEEA;
}
</style>
border-color css
<style>
span { border-color: #DFBEEA; }
span { border-color: rgb(223,190,234); }
td.TdClassName
{
border-color: #DFBEEA;
}
.TagClassName
{
border-color: #DFBEEA;
}
</style>