Shades of Periwinkle #CACEEE
Tints of Periwinkle #CACEEE
RGB
CMYK
RGB Variations
Color information
#CACEEE (or 0xCACEEE) is known color: Periwinkle. HEX triplet: CA, CE and EE. RGB value is (202,206,238). Sum of RGB (Red+Green+Blue) = 202+206+238=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 206 (80.86% from 255 or 31.89% from 646); Blue value is 238 (93.36% from 255 or 36.84% from 646); Max value from RGB is 238 - color contains mainly: blue. Hex color #CACEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACEEE is #353111. Grayscale: #D0D0D0. Windows color (decimal): -3485970 or 15650506. OLE color: 15650506.
HSL color Cylindrical-coordinate representation of color #CACEEE: hue angle of 233.33º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CACEEE is Cyan = 0.15, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 206 | 238 | - |
| CMYK | 0.15 | 0.13 | 0 | 0.07 |
| HSL | 233.33º | 0.51% | 0.86% | - |
| HSV(B) | 233.33º | 0.15% | 0.93% | - |
| XYZ | 61.86 | 62.87 | 89.76 | - |
| YUV | 208.45 | 144.67 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 238 | 0.15 | 0.13 | 0 | 0.07 | 233.33 | 0.51 | 0.86 |
| Hex | CA | CE | EE | F | D | 0 | 7 | E9 | 33 | 56 |
| Octal | 312 | 316 | 356 | 17 | 15 | 0 | 7 | 351 | 63 | 126 |
| Binary | 11001010 | 11001110 | 11101110 | 1111 | 1101 | 0 | 111 | 11101001 | 110011 | 1010110 |
Color Harmonies of #CACEEE
Complementary color
Monochromatic Colors of #CACEEE
Black with #CACEEE
Text Example
Text Example
White with #CACEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACEEE; }
p { color: rgb(202,206,238); }
H1.HeaderClassName
{
color: #CACEEE;
}
.AnyTagClassName
{
color: #CACEEE;
}
</style>
background-color css
<style>
a { background-color: #CACEEE; }
a { background-color: rgb(202,206,238); }
div.DivClassName
{
background-color: #CACEEE;
}
.BgClassName
{
background-color: #CACEEE;
}
</style>
border-color css
<style>
span { border-color: #CACEEE; }
span { border-color: rgb(202,206,238); }
td.TdClassName
{
border-color: #CACEEE;
}
.TagClassName
{
border-color: #CACEEE;
}
</style>