Shades of Periwinkle #CACCE5
Tints of Periwinkle #CACCE5
RGB
CMYK
RGB Variations
Color information
#CACCE5 (or 0xCACCE5) is known color: Periwinkle. HEX triplet: CA, CC and E5. RGB value is (202,204,229). Sum of RGB (Red+Green+Blue) = 202+204+229=635 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.81% from 635); Green value is 204 (80.08% from 255 or 32.13% from 635); Blue value is 229 (89.84% from 255 or 36.06% from 635); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACCE5 is #35331A. Grayscale: #CECECE. Windows color (decimal): -3486491 or 15060170. OLE color: 15060170.
HSL color Cylindrical-coordinate representation of color #CACCE5: hue angle of 235.56º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CACCE5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 204 | 229 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.10 |
| HSL | 235.56º | 0.34% | 0.85% | - |
| HSV(B) | 235.56º | 0.12% | 0.9% | - |
| XYZ | 60.09 | 61.4 | 82.81 | - |
| YUV | 206.25 | 140.84 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 229 | 0.12 | 0.11 | 0 | 0.10 | 235.56 | 0.34 | 0.85 |
| Hex | CA | CC | E5 | C | B | 0 | A | EC | 22 | 55 |
| Octal | 312 | 314 | 345 | 14 | 13 | 0 | 12 | 354 | 42 | 125 |
| Binary | 11001010 | 11001100 | 11100101 | 1100 | 1011 | 0 | 1010 | 11101100 | 100010 | 1010101 |
Color Harmonies of #CACCE5
Complementary color
Monochromatic Colors of #CACCE5
Black with #CACCE5
Text Example
Text Example
White with #CACCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCE5; }
p { color: rgb(202,204,229); }
H1.HeaderClassName
{
color: #CACCE5;
}
.AnyTagClassName
{
color: #CACCE5;
}
</style>
background-color css
<style>
a { background-color: #CACCE5; }
a { background-color: rgb(202,204,229); }
div.DivClassName
{
background-color: #CACCE5;
}
.BgClassName
{
background-color: #CACCE5;
}
</style>
border-color css
<style>
span { border-color: #CACCE5; }
span { border-color: rgb(202,204,229); }
td.TdClassName
{
border-color: #CACCE5;
}
.TagClassName
{
border-color: #CACCE5;
}
</style>