Shades of Periwinkle #CACEE8
Tints of Periwinkle #CACEE8
RGB
CMYK
RGB Variations
Color information
#CACEE8 (or 0xCACEE8) is known color: Periwinkle. HEX triplet: CA, CE and E8. RGB value is (202,206,232). Sum of RGB (Red+Green+Blue) = 202+206+232=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 206 (80.86% from 255 or 32.19% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #CACEE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEE8 is #353117. Grayscale: #CFCFCF. Windows color (decimal): -3485976 or 15257290. OLE color: 15257290.
HSL color Cylindrical-coordinate representation of color #CACEE8: hue angle of 232º degrees, saturation: 0.39, 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 #CACEE8 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 206 | 232 | - |
CMYK | 0.13 | 0.11 | 0 | 0.09 |
HSL | 232º | 0.39% | 0.85% | - |
HSV(B) | 232º | 0.13% | 0.91% | - |
XYZ | 60.99 | 62.53 | 85.2 | - |
YUV | 207.77 | 141.67 | 123.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 232 | 0.13 | 0.11 | 0 | 0.09 | 232 | 0.39 | 0.85 |
Hex | CA | CE | E8 | D | B | 0 | 9 | E8 | 27 | 55 |
Octal | 312 | 316 | 350 | 15 | 13 | 0 | 11 | 350 | 47 | 125 |
Binary | 11001010 | 11001110 | 11101000 | 1101 | 1011 | 0 | 1001 | 11101000 | 100111 | 1010101 |
Color Harmonies of #CACEE8
Complementary color
Monochromatic Colors of #CACEE8
Black with #CACEE8
Text Example
Text Example
White with #CACEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEE8; }
p { color: rgb(202,206,232); }
H1.HeaderClassName
{
color: #CACEE8;
}
.AnyTagClassName
{
color: #CACEE8;
}
</style>
background-color css
<style>
a { background-color: #CACEE8; }
a { background-color: rgb(202,206,232); }
div.DivClassName
{
background-color: #CACEE8;
}
.BgClassName
{
background-color: #CACEE8;
}
</style>
border-color css
<style>
span { border-color: #CACEE8; }
span { border-color: rgb(202,206,232); }
td.TdClassName
{
border-color: #CACEE8;
}
.TagClassName
{
border-color: #CACEE8;
}
</style>