Shades of Periwinkle #CACEDE
Tints of Periwinkle #CACEDE
RGB
CMYK
RGB Variations
Color information
#CACEDE (or 0xCACEDE) is known color: Periwinkle. HEX triplet: CA, CE and DE. RGB value is (202,206,222). Sum of RGB (Red+Green+Blue) = 202+206+222=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 206 (80.86% from 255 or 32.70% from 630); Blue value is 222 (87.11% from 255 or 35.24% from 630); Max value from RGB is 222 - color contains mainly: blue. Hex color #CACEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEDE is #353121. Grayscale: #CECECE. Windows color (decimal): -3485986 or 14601930. OLE color: 14601930.
HSL color Cylindrical-coordinate representation of color #CACEDE: hue angle of 228º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CACEDE is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 206 | 222 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.13 |
| HSL | 228º | 0.23% | 0.83% | - |
| HSV(B) | 228º | 0.09% | 0.87% | - |
| XYZ | 59.61 | 61.97 | 77.93 | - |
| YUV | 206.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 222 | 0.09 | 0.07 | 0 | 0.13 | 228 | 0.23 | 0.83 |
| Hex | CA | CE | DE | 9 | 7 | 0 | D | E4 | 17 | 53 |
| Octal | 312 | 316 | 336 | 11 | 7 | 0 | 15 | 344 | 27 | 123 |
| Binary | 11001010 | 11001110 | 11011110 | 1001 | 111 | 0 | 1101 | 11100100 | 10111 | 1010011 |
Color Harmonies of #CACEDE
Complementary color
Monochromatic Colors of #CACEDE
Black with #CACEDE
Text Example
Text Example
White with #CACEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEDE; }
p { color: rgb(202,206,222); }
H1.HeaderClassName
{
color: #CACEDE;
}
.AnyTagClassName
{
color: #CACEDE;
}
</style>
background-color css
<style>
a { background-color: #CACEDE; }
a { background-color: rgb(202,206,222); }
div.DivClassName
{
background-color: #CACEDE;
}
.BgClassName
{
background-color: #CACEDE;
}
</style>
border-color css
<style>
span { border-color: #CACEDE; }
span { border-color: rgb(202,206,222); }
td.TdClassName
{
border-color: #CACEDE;
}
.TagClassName
{
border-color: #CACEDE;
}
</style>