Shades of Periwinkle #CACEEB
Tints of Periwinkle #CACEEB
RGB
CMYK
RGB Variations
Color information
#CACEEB (or 0xCACEEB) is known color: Periwinkle. HEX triplet: CA, CE and EB. RGB value is (202,206,235). Sum of RGB (Red+Green+Blue) = 202+206+235=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 206 (80.86% from 255 or 32.04% from 643); Blue value is 235 (92.19% from 255 or 36.55% from 643); Max value from RGB is 235 - color contains mainly: blue. Hex color #CACEEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEB is #353114. Grayscale: #CFCFCF. Windows color (decimal): -3485973 or 15453898. OLE color: 15453898.
HSL color Cylindrical-coordinate representation of color #CACEEB: hue angle of 232.73º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACEEB is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 206 | 235 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.08 |
| HSL | 232.73º | 0.45% | 0.86% | - |
| HSV(B) | 232.73º | 0.14% | 0.92% | - |
| XYZ | 61.42 | 62.7 | 87.46 | - |
| YUV | 208.11 | 143.17 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 235 | 0.14 | 0.12 | 0 | 0.08 | 232.73 | 0.45 | 0.86 |
| Hex | CA | CE | EB | E | C | 0 | 8 | E9 | 2D | 56 |
| Octal | 312 | 316 | 353 | 16 | 14 | 0 | 10 | 351 | 55 | 126 |
| Binary | 11001010 | 11001110 | 11101011 | 1110 | 1100 | 0 | 1000 | 11101001 | 101101 | 1010110 |
Color Harmonies of #CACEEB
Complementary color
Monochromatic Colors of #CACEEB
Black with #CACEEB
Text Example
Text Example
White with #CACEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEEB; }
p { color: rgb(202,206,235); }
H1.HeaderClassName
{
color: #CACEEB;
}
.AnyTagClassName
{
color: #CACEEB;
}
</style>
background-color css
<style>
a { background-color: #CACEEB; }
a { background-color: rgb(202,206,235); }
div.DivClassName
{
background-color: #CACEEB;
}
.BgClassName
{
background-color: #CACEEB;
}
</style>
border-color css
<style>
span { border-color: #CACEEB; }
span { border-color: rgb(202,206,235); }
td.TdClassName
{
border-color: #CACEEB;
}
.TagClassName
{
border-color: #CACEEB;
}
</style>