Shades of Periwinkle #CACDE9
Tints of Periwinkle #CACDE9
RGB
CMYK
RGB Variations
Color information
#CACDE9 (or 0xCACDE9) is known color: Periwinkle. HEX triplet: CA, CD and E9. RGB value is (202,205,233). Sum of RGB (Red+Green+Blue) = 202+205+233=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 205 (80.47% from 255 or 32.03% from 640); Blue value is 233 (91.41% from 255 or 36.41% from 640); Max value from RGB is 233 - color contains mainly: blue. Hex color #CACDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACDE9 is #353216. Grayscale: #CFCFCF. Windows color (decimal): -3486231 or 15322570. OLE color: 15322570.
HSL color Cylindrical-coordinate representation of color #CACDE9: hue angle of 234.19º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CACDE9 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 205 | 233 | - |
| CMYK | 0.13 | 0.12 | 0 | 0.09 |
| HSL | 234.19º | 0.41% | 0.85% | - |
| HSV(B) | 234.19º | 0.13% | 0.91% | - |
| XYZ | 60.9 | 62.1 | 85.87 | - |
| YUV | 207.3 | 142.51 | 124.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 233 | 0.13 | 0.12 | 0 | 0.09 | 234.19 | 0.41 | 0.85 |
| Hex | CA | CD | E9 | D | C | 0 | 9 | EA | 29 | 55 |
| Octal | 312 | 315 | 351 | 15 | 14 | 0 | 11 | 352 | 51 | 125 |
| Binary | 11001010 | 11001101 | 11101001 | 1101 | 1100 | 0 | 1001 | 11101010 | 101001 | 1010101 |
Color Harmonies of #CACDE9
Complementary color
Monochromatic Colors of #CACDE9
Black with #CACDE9
Text Example
Text Example
White with #CACDE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDE9; }
p { color: rgb(202,205,233); }
H1.HeaderClassName
{
color: #CACDE9;
}
.AnyTagClassName
{
color: #CACDE9;
}
</style>
background-color css
<style>
a { background-color: #CACDE9; }
a { background-color: rgb(202,205,233); }
div.DivClassName
{
background-color: #CACDE9;
}
.BgClassName
{
background-color: #CACDE9;
}
</style>
border-color css
<style>
span { border-color: #CACDE9; }
span { border-color: rgb(202,205,233); }
td.TdClassName
{
border-color: #CACDE9;
}
.TagClassName
{
border-color: #CACDE9;
}
</style>