Shades of Blue Chalk #DDC7E4
Tints of Blue Chalk #DDC7E4
RGB
CMYK
RGB Variations
Color information
#DDC7E4 (or 0xDDC7E4) is known color: Blue Chalk. HEX triplet: DD, C7 and E4. RGB value is (221,199,228). Sum of RGB (Red+Green+Blue) = 221+199+228=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 199 (78.12% from 255 or 30.71% from 648); Blue value is 228 (89.45% from 255 or 35.19% from 648); Max value from RGB is 228 - color contains mainly: blue. Hex color #DDC7E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDC7E4 is #22381B. Grayscale: #D0D0D0. Windows color (decimal): -2242588 or 14993373. OLE color: 14993373.
HSL color Cylindrical-coordinate representation of color #DDC7E4: hue angle of 285.52º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDC7E4 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 221 | 199 | 228 | - |
CMYK | 0.03 | 0.13 | 0 | 0.11 |
HSL | 285.52º | 0.35% | 0.84% | - |
HSV(B) | 285.52º | 0.13% | 0.89% | - |
XYZ | 64.25 | 61.82 | 81.95 | - |
YUV | 208.88 | 138.79 | 136.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 199 | 228 | 0.03 | 0.13 | 0 | 0.11 | 285.52 | 0.35 | 0.84 |
Hex | DD | C7 | E4 | 3 | D | 0 | B | 11E | 23 | 54 |
Octal | 335 | 307 | 344 | 3 | 15 | 0 | 13 | 436 | 43 | 124 |
Binary | 11011101 | 11000111 | 11100100 | 11 | 1101 | 0 | 1011 | 100011110 | 100011 | 1010100 |
Color Harmonies of #DDC7E4
Complementary color
Monochromatic Colors of #DDC7E4
Black with #DDC7E4
Text Example
Text Example
White with #DDC7E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC7E4; }
p { color: rgb(221,199,228); }
H1.HeaderClassName
{
color: #DDC7E4;
}
.AnyTagClassName
{
color: #DDC7E4;
}
</style>
background-color css
<style>
a { background-color: #DDC7E4; }
a { background-color: rgb(221,199,228); }
div.DivClassName
{
background-color: #DDC7E4;
}
.BgClassName
{
background-color: #DDC7E4;
}
</style>
border-color css
<style>
span { border-color: #DDC7E4; }
span { border-color: rgb(221,199,228); }
td.TdClassName
{
border-color: #DDC7E4;
}
.TagClassName
{
border-color: #DDC7E4;
}
</style>