Shades of Periwinkle #CACEEA
Tints of Periwinkle #CACEEA
RGB
CMYK
RGB Variations
Color information
#CACEEA (or 0xCACEEA) is known color: Periwinkle. HEX triplet: CA, CE and EA. RGB value is (202,206,234). Sum of RGB (Red+Green+Blue) = 202+206+234=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 206 (80.86% from 255 or 32.09% from 642); Blue value is 234 (91.80% from 255 or 36.45% from 642); Max value from RGB is 234 - color contains mainly: blue. Hex color #CACEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEA is #353115. Grayscale: #CFCFCF. Windows color (decimal): -3485974 or 15388362. OLE color: 15388362.
HSL color Cylindrical-coordinate representation of color #CACEEA: hue angle of 232.5º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACEEA is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 206 | 234 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.08 |
| HSL | 232.5º | 0.43% | 0.85% | - |
| HSV(B) | 232.5º | 0.14% | 0.92% | - |
| XYZ | 61.28 | 62.64 | 86.7 | - |
| YUV | 208 | 142.67 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 234 | 0.14 | 0.12 | 0 | 0.08 | 232.5 | 0.43 | 0.85 |
| Hex | CA | CE | EA | E | C | 0 | 8 | E8 | 2B | 55 |
| Octal | 312 | 316 | 352 | 16 | 14 | 0 | 10 | 350 | 53 | 125 |
| Binary | 11001010 | 11001110 | 11101010 | 1110 | 1100 | 0 | 1000 | 11101000 | 101011 | 1010101 |
Color Harmonies of #CACEEA
Complementary color
Monochromatic Colors of #CACEEA
Black with #CACEEA
Text Example
Text Example
White with #CACEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEEA; }
p { color: rgb(202,206,234); }
H1.HeaderClassName
{
color: #CACEEA;
}
.AnyTagClassName
{
color: #CACEEA;
}
</style>
background-color css
<style>
a { background-color: #CACEEA; }
a { background-color: rgb(202,206,234); }
div.DivClassName
{
background-color: #CACEEA;
}
.BgClassName
{
background-color: #CACEEA;
}
</style>
border-color css
<style>
span { border-color: #CACEEA; }
span { border-color: rgb(202,206,234); }
td.TdClassName
{
border-color: #CACEEA;
}
.TagClassName
{
border-color: #CACEEA;
}
</style>