Shades of Periwinkle #CACDE1
Tints of Periwinkle #CACDE1
RGB
CMYK
RGB Variations
Color information
#CACDE1 (or 0xCACDE1) is known color: Periwinkle. HEX triplet: CA, CD and E1. RGB value is (202,205,225). Sum of RGB (Red+Green+Blue) = 202+205+225=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 205 (80.47% from 255 or 32.44% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 225 - color contains mainly: blue. Hex color #CACDE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CACDE1 is #35321E. Grayscale: #CECECE. Windows color (decimal): -3486239 or 14798282. OLE color: 14798282.
HSL color Cylindrical-coordinate representation of color #CACDE1: hue angle of 232.17º 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 #CACDE1 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 205 | 225 | - |
| CMYK | 0.10 | 0.09 | 0 | 0.12 |
| HSL | 232.17º | 0.28% | 0.84% | - |
| HSV(B) | 232.17º | 0.1% | 0.88% | - |
| XYZ | 59.78 | 61.66 | 79.98 | - |
| YUV | 206.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 225 | 0.10 | 0.09 | 0 | 0.12 | 232.17 | 0.28 | 0.84 |
| Hex | CA | CD | E1 | A | 9 | 0 | C | E8 | 1C | 54 |
| Octal | 312 | 315 | 341 | 12 | 11 | 0 | 14 | 350 | 34 | 124 |
| Binary | 11001010 | 11001101 | 11100001 | 1010 | 1001 | 0 | 1100 | 11101000 | 11100 | 1010100 |
Color Harmonies of #CACDE1
Complementary color
Monochromatic Colors of #CACDE1
Black with #CACDE1
Text Example
Text Example
White with #CACDE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACDE1; }
p { color: rgb(202,205,225); }
H1.HeaderClassName
{
color: #CACDE1;
}
.AnyTagClassName
{
color: #CACDE1;
}
</style>
background-color css
<style>
a { background-color: #CACDE1; }
a { background-color: rgb(202,205,225); }
div.DivClassName
{
background-color: #CACDE1;
}
.BgClassName
{
background-color: #CACDE1;
}
</style>
border-color css
<style>
span { border-color: #CACDE1; }
span { border-color: rgb(202,205,225); }
td.TdClassName
{
border-color: #CACDE1;
}
.TagClassName
{
border-color: #CACDE1;
}
</style>