Shades of Blue Chalk #DDCBE2
Tints of Blue Chalk #DDCBE2
RGB
CMYK
RGB Variations
Color information
#DDCBE2 (or 0xDDCBE2) is known color: Blue Chalk. HEX triplet: DD, CB and E2. RGB value is (221,203,226). Sum of RGB (Red+Green+Blue) = 221+203+226=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 226 - color contains mainly: blue. Hex color #DDCBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBE2 is #22341D. Grayscale: #D2D2D2. Windows color (decimal): -2241566 or 14863325. OLE color: 14863325.
HSL color Cylindrical-coordinate representation of color #DDCBE2: hue angle of 286.96º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDCBE2 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 203 | 226 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.11 |
| HSL | 286.96º | 0.28% | 0.84% | - |
| HSV(B) | 286.96º | 0.1% | 0.89% | - |
| XYZ | 64.9 | 63.58 | 80.8 | - |
| YUV | 211 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 226 | 0.02 | 0.10 | 0 | 0.11 | 286.96 | 0.28 | 0.84 |
| Hex | DD | CB | E2 | 2 | A | 0 | B | 11F | 1C | 54 |
| Octal | 335 | 313 | 342 | 2 | 12 | 0 | 13 | 437 | 34 | 124 |
| Binary | 11011101 | 11001011 | 11100010 | 10 | 1010 | 0 | 1011 | 100011111 | 11100 | 1010100 |
Color Harmonies of #DDCBE2
Complementary color
Monochromatic Colors of #DDCBE2
Black with #DDCBE2
Text Example
Text Example
White with #DDCBE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCBE2; }
p { color: rgb(221,203,226); }
H1.HeaderClassName
{
color: #DDCBE2;
}
.AnyTagClassName
{
color: #DDCBE2;
}
</style>
background-color css
<style>
a { background-color: #DDCBE2; }
a { background-color: rgb(221,203,226); }
div.DivClassName
{
background-color: #DDCBE2;
}
.BgClassName
{
background-color: #DDCBE2;
}
</style>
border-color css
<style>
span { border-color: #DDCBE2; }
span { border-color: rgb(221,203,226); }
td.TdClassName
{
border-color: #DDCBE2;
}
.TagClassName
{
border-color: #DDCBE2;
}
</style>