Shades of Blue Chalk #DDC8E3
Tints of Blue Chalk #DDC8E3
RGB
CMYK
RGB Variations
Color information
#DDC8E3 (or 0xDDC8E3) is known color: Blue Chalk. HEX triplet: DD, C8 and E3. RGB value is (221,200,227). Sum of RGB (Red+Green+Blue) = 221+200+227=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 200 (78.52% from 255 or 30.86% from 648); Blue value is 227 (89.06% from 255 or 35.03% from 648); Max value from RGB is 227 - color contains mainly: blue. Hex color #DDC8E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC8E3 is #22371C. Grayscale: #D1D1D1. Windows color (decimal): -2242333 or 14928093. OLE color: 14928093.
HSL color Cylindrical-coordinate representation of color #DDC8E3: hue angle of 286.67º degrees, saturation: 0.33, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDC8E3 is Cyan = 0.03, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 200 | 227 | - |
| CMYK | 0.03 | 0.12 | 0 | 0.11 |
| HSL | 286.67º | 0.33% | 0.84% | - |
| HSV(B) | 286.67º | 0.12% | 0.89% | - |
| XYZ | 64.34 | 62.23 | 81.29 | - |
| YUV | 209.36 | 137.96 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 200 | 227 | 0.03 | 0.12 | 0 | 0.11 | 286.67 | 0.33 | 0.84 |
| Hex | DD | C8 | E3 | 3 | C | 0 | B | 11F | 21 | 54 |
| Octal | 335 | 310 | 343 | 3 | 14 | 0 | 13 | 437 | 41 | 124 |
| Binary | 11011101 | 11001000 | 11100011 | 11 | 1100 | 0 | 1011 | 100011111 | 100001 | 1010100 |
Color Harmonies of #DDC8E3
Complementary color
Monochromatic Colors of #DDC8E3
Black with #DDC8E3
Text Example
Text Example
White with #DDC8E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC8E3; }
p { color: rgb(221,200,227); }
H1.HeaderClassName
{
color: #DDC8E3;
}
.AnyTagClassName
{
color: #DDC8E3;
}
</style>
background-color css
<style>
a { background-color: #DDC8E3; }
a { background-color: rgb(221,200,227); }
div.DivClassName
{
background-color: #DDC8E3;
}
.BgClassName
{
background-color: #DDC8E3;
}
</style>
border-color css
<style>
span { border-color: #DDC8E3; }
span { border-color: rgb(221,200,227); }
td.TdClassName
{
border-color: #DDC8E3;
}
.TagClassName
{
border-color: #DDC8E3;
}
</style>