Shades of Periwinkle #CACBE1
Tints of Periwinkle #CACBE1
RGB
CMYK
RGB Variations
Color information
#CACBE1 (or 0xCACBE1) is known color: Periwinkle. HEX triplet: CA, CB and E1. RGB value is (202,203,225). Sum of RGB (Red+Green+Blue) = 202+203+225=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 225 (88.28% from 255 or 35.71% from 630); Max value from RGB is 225 - color contains mainly: blue. Hex color #CACBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBE1 is #35341E. Grayscale: #CDCDCD. Windows color (decimal): -3486751 or 14797770. OLE color: 14797770.
HSL color Cylindrical-coordinate representation of color #CACBE1: hue angle of 237.39º degrees, saturation: 0.28, 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 #CACBE1 is Cyan = 0.10, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 203 | 225 | - |
| CMYK | 0.10 | 0.10 | 0 | 0.12 |
| HSL | 237.39º | 0.28% | 0.84% | - |
| HSV(B) | 237.39º | 0.1% | 0.88% | - |
| XYZ | 59.3 | 60.7 | 79.83 | - |
| YUV | 205.21 | 139.17 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 225 | 0.10 | 0.10 | 0 | 0.12 | 237.39 | 0.28 | 0.84 |
| Hex | CA | CB | E1 | A | A | 0 | C | ED | 1C | 54 |
| Octal | 312 | 313 | 341 | 12 | 12 | 0 | 14 | 355 | 34 | 124 |
| Binary | 11001010 | 11001011 | 11100001 | 1010 | 1010 | 0 | 1100 | 11101101 | 11100 | 1010100 |
Color Harmonies of #CACBE1
Complementary color
Monochromatic Colors of #CACBE1
Black with #CACBE1
Text Example
Text Example
White with #CACBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBE1; }
p { color: rgb(202,203,225); }
H1.HeaderClassName
{
color: #CACBE1;
}
.AnyTagClassName
{
color: #CACBE1;
}
</style>
background-color css
<style>
a { background-color: #CACBE1; }
a { background-color: rgb(202,203,225); }
div.DivClassName
{
background-color: #CACBE1;
}
.BgClassName
{
background-color: #CACBE1;
}
</style>
border-color css
<style>
span { border-color: #CACBE1; }
span { border-color: rgb(202,203,225); }
td.TdClassName
{
border-color: #CACBE1;
}
.TagClassName
{
border-color: #CACBE1;
}
</style>