Shades of Periwinkle #CACCEA
Tints of Periwinkle #CACCEA
RGB
CMYK
RGB Variations
Color information
#CACCEA (or 0xCACCEA) is known color: Periwinkle. HEX triplet: CA, CC and EA. RGB value is (202,204,234). Sum of RGB (Red+Green+Blue) = 202+204+234=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 234 - color contains mainly: blue. Hex color #CACCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CACCEA is #353315. Grayscale: #CECECE. Windows color (decimal): -3486486 or 15387850. OLE color: 15387850.
HSL color Cylindrical-coordinate representation of color #CACCEA: hue angle of 236.25º degrees, saturation: 0.43, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CACCEA is Cyan = 0.14, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 204 | 234 | - |
| CMYK | 0.14 | 0.13 | 0 | 0.08 |
| HSL | 236.25º | 0.43% | 0.85% | - |
| HSV(B) | 236.25º | 0.14% | 0.92% | - |
| XYZ | 60.8 | 61.68 | 86.54 | - |
| YUV | 206.82 | 143.34 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 234 | 0.14 | 0.13 | 0 | 0.08 | 236.25 | 0.43 | 0.85 |
| Hex | CA | CC | EA | E | D | 0 | 8 | EC | 2B | 55 |
| Octal | 312 | 314 | 352 | 16 | 15 | 0 | 10 | 354 | 53 | 125 |
| Binary | 11001010 | 11001100 | 11101010 | 1110 | 1101 | 0 | 1000 | 11101100 | 101011 | 1010101 |
Color Harmonies of #CACCEA
Complementary color
Monochromatic Colors of #CACCEA
Black with #CACCEA
Text Example
Text Example
White with #CACCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACCEA; }
p { color: rgb(202,204,234); }
H1.HeaderClassName
{
color: #CACCEA;
}
.AnyTagClassName
{
color: #CACCEA;
}
</style>
background-color css
<style>
a { background-color: #CACCEA; }
a { background-color: rgb(202,204,234); }
div.DivClassName
{
background-color: #CACCEA;
}
.BgClassName
{
background-color: #CACCEA;
}
</style>
border-color css
<style>
span { border-color: #CACCEA; }
span { border-color: rgb(202,204,234); }
td.TdClassName
{
border-color: #CACCEA;
}
.TagClassName
{
border-color: #CACCEA;
}
</style>