Shades of Periwinkle #CACBE5
Tints of Periwinkle #CACBE5
RGB
CMYK
RGB Variations
Color information
#CACBE5 (or 0xCACBE5) is known color: Periwinkle. HEX triplet: CA, CB and E5. RGB value is (202,203,229). Sum of RGB (Red+Green+Blue) = 202+203+229=634 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.86% from 634); Green value is 203 (79.69% from 255 or 32.02% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 229 - color contains mainly: blue. Hex color #CACBE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACBE5 is #35341A. Grayscale: #CDCDCD. Windows color (decimal): -3486747 or 15059914. OLE color: 15059914.
HSL color Cylindrical-coordinate representation of color #CACBE5: hue angle of 237.78º 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 #CACBE5 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 203 | 229 | - |
| CMYK | 0.12 | 0.11 | 0 | 0.10 |
| HSL | 237.78º | 0.34% | 0.85% | - |
| HSV(B) | 237.78º | 0.12% | 0.9% | - |
| XYZ | 59.86 | 60.93 | 82.73 | - |
| YUV | 205.67 | 141.17 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 203 | 229 | 0.12 | 0.11 | 0 | 0.10 | 237.78 | 0.34 | 0.85 |
| Hex | CA | CB | E5 | C | B | 0 | A | EE | 22 | 55 |
| Octal | 312 | 313 | 345 | 14 | 13 | 0 | 12 | 356 | 42 | 125 |
| Binary | 11001010 | 11001011 | 11100101 | 1100 | 1011 | 0 | 1010 | 11101110 | 100010 | 1010101 |
Color Harmonies of #CACBE5
Complementary color
Monochromatic Colors of #CACBE5
Black with #CACBE5
Text Example
Text Example
White with #CACBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACBE5; }
p { color: rgb(202,203,229); }
H1.HeaderClassName
{
color: #CACBE5;
}
.AnyTagClassName
{
color: #CACBE5;
}
</style>
background-color css
<style>
a { background-color: #CACBE5; }
a { background-color: rgb(202,203,229); }
div.DivClassName
{
background-color: #CACBE5;
}
.BgClassName
{
background-color: #CACBE5;
}
</style>
border-color css
<style>
span { border-color: #CACBE5; }
span { border-color: rgb(202,203,229); }
td.TdClassName
{
border-color: #CACBE5;
}
.TagClassName
{
border-color: #CACBE5;
}
</style>