Shades of Blue Chalk #DDC5E6
Tints of Blue Chalk #DDC5E6
RGB
CMYK
RGB Variations
Color information
#DDC5E6 (or 0xDDC5E6) is known color: Blue Chalk. HEX triplet: DD, C5 and E6. RGB value is (221,197,230). Sum of RGB (Red+Green+Blue) = 221+197+230=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 230 (90.23% from 255 or 35.49% from 648); Max value from RGB is 230 - color contains mainly: blue. Hex color #DDC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDC5E6 is #223A19. Grayscale: #CFCFCF. Windows color (decimal): -2243098 or 15123933. OLE color: 15123933.
HSL color Cylindrical-coordinate representation of color #DDC5E6: hue angle of 283.64º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDC5E6 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 221 | 197 | 230 | - |
CMYK | 0.04 | 0.14 | 0 | 0.10 |
HSL | 283.64º | 0.4% | 0.84% | - |
HSV(B) | 283.64º | 0.14% | 0.9% | - |
XYZ | 64.07 | 61.02 | 83.26 | - |
YUV | 207.94 | 140.45 | 137.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 197 | 230 | 0.04 | 0.14 | 0 | 0.10 | 283.64 | 0.4 | 0.84 |
Hex | DD | C5 | E6 | 4 | E | 0 | A | 11C | 28 | 54 |
Octal | 335 | 305 | 346 | 4 | 16 | 0 | 12 | 434 | 50 | 124 |
Binary | 11011101 | 11000101 | 11100110 | 100 | 1110 | 0 | 1010 | 100011100 | 101000 | 1010100 |
Color Harmonies of #DDC5E6
Complementary color
Monochromatic Colors of #DDC5E6
Black with #DDC5E6
Text Example
Text Example
White with #DDC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC5E6; }
p { color: rgb(221,197,230); }
H1.HeaderClassName
{
color: #DDC5E6;
}
.AnyTagClassName
{
color: #DDC5E6;
}
</style>
background-color css
<style>
a { background-color: #DDC5E6; }
a { background-color: rgb(221,197,230); }
div.DivClassName
{
background-color: #DDC5E6;
}
.BgClassName
{
background-color: #DDC5E6;
}
</style>
border-color css
<style>
span { border-color: #DDC5E6; }
span { border-color: rgb(221,197,230); }
td.TdClassName
{
border-color: #DDC5E6;
}
.TagClassName
{
border-color: #DDC5E6;
}
</style>