Shades of Periwinkle #CACCE0
Tints of Periwinkle #CACCE0
RGB
CMYK
RGB Variations
Color information
#CACCE0 (or 0xCACCE0) is known color: Periwinkle. HEX triplet: CA, CC and E0. RGB value is (202,204,224). Sum of RGB (Red+Green+Blue) = 202+204+224=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 224 (87.89% from 255 or 35.56% from 630); Max value from RGB is 224 - color contains mainly: blue. Hex color #CACCE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCE0 is #35331F. Grayscale: #CDCDCD. Windows color (decimal): -3486496 or 14732490. OLE color: 14732490.
HSL color Cylindrical-coordinate representation of color #CACCE0: hue angle of 234.55º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CACCE0 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 204 | 224 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.12 |
| HSL | 234.55º | 0.26% | 0.84% | - |
| HSV(B) | 234.55º | 0.1% | 0.88% | - |
| XYZ | 59.4 | 61.12 | 79.19 | - |
| YUV | 205.68 | 138.34 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 224 | 0.10 | 0.09 | 0 | 0.12 | 234.55 | 0.26 | 0.84 |
| Hex | CA | CC | E0 | A | 9 | 0 | C | EB | 1A | 54 |
| Octal | 312 | 314 | 340 | 12 | 11 | 0 | 14 | 353 | 32 | 124 |
| Binary | 11001010 | 11001100 | 11100000 | 1010 | 1001 | 0 | 1100 | 11101011 | 11010 | 1010100 |
Color Harmonies of #CACCE0
Complementary color
Monochromatic Colors of #CACCE0
Black with #CACCE0
Text Example
Text Example
White with #CACCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCE0; }
p { color: rgb(202,204,224); }
H1.HeaderClassName
{
color: #CACCE0;
}
.AnyTagClassName
{
color: #CACCE0;
}
</style>
background-color css
<style>
a { background-color: #CACCE0; }
a { background-color: rgb(202,204,224); }
div.DivClassName
{
background-color: #CACCE0;
}
.BgClassName
{
background-color: #CACCE0;
}
</style>
border-color css
<style>
span { border-color: #CACCE0; }
span { border-color: rgb(202,204,224); }
td.TdClassName
{
border-color: #CACCE0;
}
.TagClassName
{
border-color: #CACCE0;
}
</style>