Shades of Blue Chalk #DFCBE5
Tints of Blue Chalk #DFCBE5
RGB
CMYK
RGB Variations
Color information
#DFCBE5 (or 0xDFCBE5) is known color: Blue Chalk. HEX triplet: DF, CB and E5. RGB value is (223,203,229). Sum of RGB (Red+Green+Blue) = 223+203+229=655 (86% of max value = 765). Red value is 223 (87.5% from 255 or 34.05% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #DFCBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBE5 is #20341A. Grayscale: #D3D3D3. Windows color (decimal): -2110491 or 15059935. OLE color: 15059935.
HSL color Cylindrical-coordinate representation of color #DFCBE5: hue angle of 286.15º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFCBE5 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 203 | 229 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.10 |
| HSL | 286.15º | 0.33% | 0.85% | - |
| HSV(B) | 286.15º | 0.11% | 0.9% | - |
| XYZ | 65.93 | 64.06 | 83.02 | - |
| YUV | 211.94 | 137.63 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 229 | 0.03 | 0.11 | 0 | 0.10 | 286.15 | 0.33 | 0.85 |
| Hex | DF | CB | E5 | 3 | B | 0 | A | 11E | 21 | 55 |
| Octal | 337 | 313 | 345 | 3 | 13 | 0 | 12 | 436 | 41 | 125 |
| Binary | 11011111 | 11001011 | 11100101 | 11 | 1011 | 0 | 1010 | 100011110 | 100001 | 1010101 |
Color Harmonies of #DFCBE5
Complementary color
Monochromatic Colors of #DFCBE5
Black with #DFCBE5
Text Example
Text Example
White with #DFCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCBE5; }
p { color: rgb(223,203,229); }
H1.HeaderClassName
{
color: #DFCBE5;
}
.AnyTagClassName
{
color: #DFCBE5;
}
</style>
background-color css
<style>
a { background-color: #DFCBE5; }
a { background-color: rgb(223,203,229); }
div.DivClassName
{
background-color: #DFCBE5;
}
.BgClassName
{
background-color: #DFCBE5;
}
</style>
border-color css
<style>
span { border-color: #DFCBE5; }
span { border-color: rgb(223,203,229); }
td.TdClassName
{
border-color: #DFCBE5;
}
.TagClassName
{
border-color: #DFCBE5;
}
</style>