Shades of Blue Chalk #DEC5E7
Tints of Blue Chalk #DEC5E7
RGB
CMYK
RGB Variations
Color information
#DEC5E7 (or 0xDEC5E7) is known color: Blue Chalk. HEX triplet: DE, C5 and E7. RGB value is (222,197,231). Sum of RGB (Red+Green+Blue) = 222+197+231=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 197 (77.34% from 255 or 30.31% from 650); Blue value is 231 (90.62% from 255 or 35.54% from 650); Max value from RGB is 231 - color contains mainly: blue. Hex color #DEC5E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DEC5E7 is #213A18. Grayscale: #D0D0D0. Windows color (decimal): -2177561 or 15189470. OLE color: 15189470.
HSL color Cylindrical-coordinate representation of color #DEC5E7: hue angle of 284.12º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEC5E7 is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 222 | 197 | 231 | - |
CMYK | 0.04 | 0.15 | 0 | 0.09 |
HSL | 284.12º | 0.41% | 0.84% | - |
HSV(B) | 284.12º | 0.15% | 0.91% | - |
XYZ | 64.51 | 61.23 | 84.02 | - |
YUV | 208.35 | 140.78 | 137.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 197 | 231 | 0.04 | 0.15 | 0 | 0.09 | 284.12 | 0.41 | 0.84 |
Hex | DE | C5 | E7 | 4 | F | 0 | 9 | 11C | 29 | 54 |
Octal | 336 | 305 | 347 | 4 | 17 | 0 | 11 | 434 | 51 | 124 |
Binary | 11011110 | 11000101 | 11100111 | 100 | 1111 | 0 | 1001 | 100011100 | 101001 | 1010100 |
Color Harmonies of #DEC5E7
Complementary color
Monochromatic Colors of #DEC5E7
Black with #DEC5E7
Text Example
Text Example
White with #DEC5E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEC5E7; }
p { color: rgb(222,197,231); }
H1.HeaderClassName
{
color: #DEC5E7;
}
.AnyTagClassName
{
color: #DEC5E7;
}
</style>
background-color css
<style>
a { background-color: #DEC5E7; }
a { background-color: rgb(222,197,231); }
div.DivClassName
{
background-color: #DEC5E7;
}
.BgClassName
{
background-color: #DEC5E7;
}
</style>
border-color css
<style>
span { border-color: #DEC5E7; }
span { border-color: rgb(222,197,231); }
td.TdClassName
{
border-color: #DEC5E7;
}
.TagClassName
{
border-color: #DEC5E7;
}
</style>