Shades of Blue Chalk #DECDEA
Tints of Blue Chalk #DECDEA
RGB
CMYK
RGB Variations
Color information
#DECDEA (or 0xDECDEA) is known color: Blue Chalk. HEX triplet: DE, CD and EA. RGB value is (222,205,234). Sum of RGB (Red+Green+Blue) = 222+205+234=661 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.59% from 661); Green value is 205 (80.47% from 255 or 31.01% from 661); Blue value is 234 (91.80% from 255 or 35.40% from 661); Max value from RGB is 234 - color contains mainly: blue. Hex color #DECDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DECDEA is #213215. Grayscale: #D5D5D5. Windows color (decimal): -2175510 or 15388126. OLE color: 15388126.
HSL color Cylindrical-coordinate representation of color #DECDEA: hue angle of 275.17º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DECDEA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 205 | 234 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.08 |
| HSL | 275.17º | 0.41% | 0.86% | - |
| HSV(B) | 275.17º | 0.12% | 0.92% | - |
| XYZ | 66.81 | 65.13 | 86.89 | - |
| YUV | 213.39 | 139.63 | 134.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 205 | 234 | 0.05 | 0.12 | 0 | 0.08 | 275.17 | 0.41 | 0.86 |
| Hex | DE | CD | EA | 5 | C | 0 | 8 | 113 | 29 | 56 |
| Octal | 336 | 315 | 352 | 5 | 14 | 0 | 10 | 423 | 51 | 126 |
| Binary | 11011110 | 11001101 | 11101010 | 101 | 1100 | 0 | 1000 | 100010011 | 101001 | 1010110 |
Color Harmonies of #DECDEA
Complementary color
Monochromatic Colors of #DECDEA
Black with #DECDEA
Text Example
Text Example
White with #DECDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DECDEA; }
p { color: rgb(222,205,234); }
H1.HeaderClassName
{
color: #DECDEA;
}
.AnyTagClassName
{
color: #DECDEA;
}
</style>
background-color css
<style>
a { background-color: #DECDEA; }
a { background-color: rgb(222,205,234); }
div.DivClassName
{
background-color: #DECDEA;
}
.BgClassName
{
background-color: #DECDEA;
}
</style>
border-color css
<style>
span { border-color: #DECDEA; }
span { border-color: rgb(222,205,234); }
td.TdClassName
{
border-color: #DECDEA;
}
.TagClassName
{
border-color: #DECDEA;
}
</style>