Shades of Periwinkle #CACEE7
Tints of Periwinkle #CACEE7
RGB
CMYK
RGB Variations
Color information
#CACEE7 (or 0xCACEE7) is known color: Periwinkle. HEX triplet: CA, CE and E7. RGB value is (202,206,231). Sum of RGB (Red+Green+Blue) = 202+206+231=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 206 (80.86% from 255 or 32.24% from 639); Blue value is 231 (90.62% from 255 or 36.15% from 639); Max value from RGB is 231 - color contains mainly: blue. Hex color #CACEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEE7 is #353118. Grayscale: #CFCFCF. Windows color (decimal): -3485977 or 15191754. OLE color: 15191754.
HSL color Cylindrical-coordinate representation of color #CACEE7: hue angle of 231.72º degrees, saturation: 0.38, 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 #CACEE7 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 202 | 206 | 231 | - |
CMYK | 0.13 | 0.11 | 0 | 0.09 |
HSL | 231.72º | 0.38% | 0.85% | - |
HSV(B) | 231.72º | 0.13% | 0.91% | - |
XYZ | 60.85 | 62.47 | 84.45 | - |
YUV | 207.65 | 141.17 | 123.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 206 | 231 | 0.13 | 0.11 | 0 | 0.09 | 231.72 | 0.38 | 0.85 |
Hex | CA | CE | E7 | D | B | 0 | 9 | E8 | 26 | 55 |
Octal | 312 | 316 | 347 | 15 | 13 | 0 | 11 | 350 | 46 | 125 |
Binary | 11001010 | 11001110 | 11100111 | 1101 | 1011 | 0 | 1001 | 11101000 | 100110 | 1010101 |
Color Harmonies of #CACEE7
Complementary color
Monochromatic Colors of #CACEE7
Black with #CACEE7
Text Example
Text Example
White with #CACEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEE7; }
p { color: rgb(202,206,231); }
H1.HeaderClassName
{
color: #CACEE7;
}
.AnyTagClassName
{
color: #CACEE7;
}
</style>
background-color css
<style>
a { background-color: #CACEE7; }
a { background-color: rgb(202,206,231); }
div.DivClassName
{
background-color: #CACEE7;
}
.BgClassName
{
background-color: #CACEE7;
}
</style>
border-color css
<style>
span { border-color: #CACEE7; }
span { border-color: rgb(202,206,231); }
td.TdClassName
{
border-color: #CACEE7;
}
.TagClassName
{
border-color: #CACEE7;
}
</style>