Shades of Periwinkle #CACEEC
Tints of Periwinkle #CACEEC
RGB
CMYK
RGB Variations
Color information
#CACEEC (or 0xCACEEC) is known color: Periwinkle. HEX triplet: CA, CE and EC. RGB value is (202,206,236). Sum of RGB (Red+Green+Blue) = 202+206+236=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 206 (80.86% from 255 or 31.99% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #CACEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEC is #353113. Grayscale: #D0D0D0. Windows color (decimal): -3485972 or 15519434. OLE color: 15519434.
HSL color Cylindrical-coordinate representation of color #CACEEC: hue angle of 232.94º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACEEC is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 206 | 236 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.07 |
| HSL | 232.94º | 0.47% | 0.86% | - |
| HSV(B) | 232.94º | 0.14% | 0.93% | - |
| XYZ | 61.57 | 62.76 | 88.22 | - |
| YUV | 208.22 | 143.67 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 236 | 0.14 | 0.13 | 0 | 0.07 | 232.94 | 0.47 | 0.86 |
| Hex | CA | CE | EC | E | D | 0 | 7 | E9 | 2F | 56 |
| Octal | 312 | 316 | 354 | 16 | 15 | 0 | 7 | 351 | 57 | 126 |
| Binary | 11001010 | 11001110 | 11101100 | 1110 | 1101 | 0 | 111 | 11101001 | 101111 | 1010110 |
Color Harmonies of #CACEEC
Complementary color
Monochromatic Colors of #CACEEC
Black with #CACEEC
Text Example
Text Example
White with #CACEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEEC; }
p { color: rgb(202,206,236); }
H1.HeaderClassName
{
color: #CACEEC;
}
.AnyTagClassName
{
color: #CACEEC;
}
</style>
background-color css
<style>
a { background-color: #CACEEC; }
a { background-color: rgb(202,206,236); }
div.DivClassName
{
background-color: #CACEEC;
}
.BgClassName
{
background-color: #CACEEC;
}
</style>
border-color css
<style>
span { border-color: #CACEEC; }
span { border-color: rgb(202,206,236); }
td.TdClassName
{
border-color: #CACEEC;
}
.TagClassName
{
border-color: #CACEEC;
}
</style>