Shades of Periwinkle #CACEE1
Tints of Periwinkle #CACEE1
RGB
CMYK
RGB Variations
Color information
#CACEE1 (or 0xCACEE1) is known color: Periwinkle. HEX triplet: CA, CE and E1. RGB value is (202,206,225). Sum of RGB (Red+Green+Blue) = 202+206+225=633 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.91% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 225 (88.28% from 255 or 35.55% from 633); Max value from RGB is 225 - color contains mainly: blue. Hex color #CACEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACEE1 is #35311E. Grayscale: #CECECE. Windows color (decimal): -3485983 or 14798538. OLE color: 14798538.
HSL color Cylindrical-coordinate representation of color #CACEE1: hue angle of 229.57º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACEE1 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 206 | 225 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.12 |
| HSL | 229.57º | 0.28% | 0.84% | - |
| HSV(B) | 229.57º | 0.1% | 0.88% | - |
| XYZ | 60.02 | 62.14 | 80.06 | - |
| YUV | 206.97 | 138.17 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 225 | 0.10 | 0.08 | 0 | 0.12 | 229.57 | 0.28 | 0.84 |
| Hex | CA | CE | E1 | A | 8 | 0 | C | E6 | 1C | 54 |
| Octal | 312 | 316 | 341 | 12 | 10 | 0 | 14 | 346 | 34 | 124 |
| Binary | 11001010 | 11001110 | 11100001 | 1010 | 1000 | 0 | 1100 | 11100110 | 11100 | 1010100 |
Color Harmonies of #CACEE1
Complementary color
Monochromatic Colors of #CACEE1
Black with #CACEE1
Text Example
Text Example
White with #CACEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEE1; }
p { color: rgb(202,206,225); }
H1.HeaderClassName
{
color: #CACEE1;
}
.AnyTagClassName
{
color: #CACEE1;
}
</style>
background-color css
<style>
a { background-color: #CACEE1; }
a { background-color: rgb(202,206,225); }
div.DivClassName
{
background-color: #CACEE1;
}
.BgClassName
{
background-color: #CACEE1;
}
</style>
border-color css
<style>
span { border-color: #CACEE1; }
span { border-color: rgb(202,206,225); }
td.TdClassName
{
border-color: #CACEE1;
}
.TagClassName
{
border-color: #CACEE1;
}
</style>