Shades of Blue Chalk #DFBEEB
Tints of Blue Chalk #DFBEEB
RGB
CMYK
RGB Variations
Color information
#DFBEEB (or 0xDFBEEB) is known color: Blue Chalk. HEX triplet: DF, BE and EB. RGB value is (223,190,235). Sum of RGB (Red+Green+Blue) = 223+190+235=648 (85% of max value = 765). Red value is 223 (87.5% from 255 or 34.41% from 648); Green value is 190 (74.61% from 255 or 29.32% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #DFBEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DFBEEB is #204114. Grayscale: #CCCCCC. Windows color (decimal): -2113813 or 15449823. OLE color: 15449823.
HSL color Cylindrical-coordinate representation of color #DFBEEB: hue angle of 284º degrees, saturation: 0.53, 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 #DFBEEB is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 223 | 190 | 235 | - |
CMYK | 0.05 | 0.19 | 0 | 0.08 |
HSL | 284º | 0.53% | 0.83% | - |
HSV(B) | 284º | 0.19% | 0.92% | - |
XYZ | 63.84 | 58.51 | 86.53 | - |
YUV | 205 | 144.93 | 140.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 235 | 0.05 | 0.19 | 0 | 0.08 | 284 | 0.53 | 0.83 |
Hex | DF | BE | EB | 5 | 13 | 0 | 8 | 11C | 35 | 53 |
Octal | 337 | 276 | 353 | 5 | 23 | 0 | 10 | 434 | 65 | 123 |
Binary | 11011111 | 10111110 | 11101011 | 101 | 10011 | 0 | 1000 | 100011100 | 110101 | 1010011 |
Color Harmonies of #DFBEEB
Complementary color
Monochromatic Colors of #DFBEEB
Black with #DFBEEB
Text Example
Text Example
White with #DFBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBEEB; }
p { color: rgb(223,190,235); }
H1.HeaderClassName
{
color: #DFBEEB;
}
.AnyTagClassName
{
color: #DFBEEB;
}
</style>
background-color css
<style>
a { background-color: #DFBEEB; }
a { background-color: rgb(223,190,235); }
div.DivClassName
{
background-color: #DFBEEB;
}
.BgClassName
{
background-color: #DFBEEB;
}
</style>
border-color css
<style>
span { border-color: #DFBEEB; }
span { border-color: rgb(223,190,235); }
td.TdClassName
{
border-color: #DFBEEB;
}
.TagClassName
{
border-color: #DFBEEB;
}
</style>