Shades of Blue Chalk #DEC5E6
Tints of Blue Chalk #DEC5E6
RGB
CMYK
RGB Variations
Color information
#DEC5E6 (or 0xDEC5E6) is known color: Blue Chalk. HEX triplet: DE, C5 and E6. RGB value is (222,197,230). Sum of RGB (Red+Green+Blue) = 222+197+230=649 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.21% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 230 (90.23% from 255 or 35.44% from 649); Max value from RGB is 230 - color contains mainly: blue. Hex color #DEC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC5E6 is #213A19. Grayscale: #D0D0D0. Windows color (decimal): -2177562 or 15123934. OLE color: 15123934.
HSL color Cylindrical-coordinate representation of color #DEC5E6: hue angle of 285.45º 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 #DEC5E6 is Cyan = 0.03, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 222 | 197 | 230 | - |
CMYK | 0.03 | 0.14 | 0 | 0.10 |
HSL | 285.45º | 0.4% | 0.84% | - |
HSV(B) | 285.45º | 0.14% | 0.9% | - |
XYZ | 64.37 | 61.18 | 83.28 | - |
YUV | 208.24 | 140.28 | 137.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 197 | 230 | 0.03 | 0.14 | 0 | 0.10 | 285.45 | 0.4 | 0.84 |
Hex | DE | C5 | E6 | 3 | E | 0 | A | 11D | 28 | 54 |
Octal | 336 | 305 | 346 | 3 | 16 | 0 | 12 | 435 | 50 | 124 |
Binary | 11011110 | 11000101 | 11100110 | 11 | 1110 | 0 | 1010 | 100011101 | 101000 | 1010100 |
Color Harmonies of #DEC5E6
Complementary color
Monochromatic Colors of #DEC5E6
Black with #DEC5E6
Text Example
Text Example
White with #DEC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5E6; }
p { color: rgb(222,197,230); }
H1.HeaderClassName
{
color: #DEC5E6;
}
.AnyTagClassName
{
color: #DEC5E6;
}
</style>
background-color css
<style>
a { background-color: #DEC5E6; }
a { background-color: rgb(222,197,230); }
div.DivClassName
{
background-color: #DEC5E6;
}
.BgClassName
{
background-color: #DEC5E6;
}
</style>
border-color css
<style>
span { border-color: #DEC5E6; }
span { border-color: rgb(222,197,230); }
td.TdClassName
{
border-color: #DEC5E6;
}
.TagClassName
{
border-color: #DEC5E6;
}
</style>