Shades of Periwinkle #CAD1E5
Tints of Periwinkle #CAD1E5
RGB
CMYK
RGB Variations
Color information
#CAD1E5 (or 0xCAD1E5) is known color: Periwinkle. HEX triplet: CA, D1 and E5. RGB value is (202,209,229). Sum of RGB (Red+Green+Blue) = 202+209+229=640 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.56% from 640); Green value is 209 (82.03% from 255 or 32.66% from 640); Blue value is 229 (89.84% from 255 or 35.78% from 640); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1E5 is #352E1A. Grayscale: #D1D1D1. Windows color (decimal): -3485211 or 15061450. OLE color: 15061450.
HSL color Cylindrical-coordinate representation of color #CAD1E5: hue angle of 224.44º 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 #CAD1E5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 209 | 229 | - |
| CMYK | 0.12 | 0.09 | 0 | 0.10 |
| HSL | 224.44º | 0.34% | 0.85% | - |
| HSV(B) | 224.44º | 0.12% | 0.9% | - |
| XYZ | 61.3 | 63.81 | 83.22 | - |
| YUV | 209.19 | 139.18 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 209 | 229 | 0.12 | 0.09 | 0 | 0.10 | 224.44 | 0.34 | 0.85 |
| Hex | CA | D1 | E5 | C | 9 | 0 | A | E0 | 22 | 55 |
| Octal | 312 | 321 | 345 | 14 | 11 | 0 | 12 | 340 | 42 | 125 |
| Binary | 11001010 | 11010001 | 11100101 | 1100 | 1001 | 0 | 1010 | 11100000 | 100010 | 1010101 |
Color Harmonies of #CAD1E5
Complementary color
Monochromatic Colors of #CAD1E5
Black with #CAD1E5
Text Example
Text Example
White with #CAD1E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1E5; }
p { color: rgb(202,209,229); }
H1.HeaderClassName
{
color: #CAD1E5;
}
.AnyTagClassName
{
color: #CAD1E5;
}
</style>
background-color css
<style>
a { background-color: #CAD1E5; }
a { background-color: rgb(202,209,229); }
div.DivClassName
{
background-color: #CAD1E5;
}
.BgClassName
{
background-color: #CAD1E5;
}
</style>
border-color css
<style>
span { border-color: #CAD1E5; }
span { border-color: rgb(202,209,229); }
td.TdClassName
{
border-color: #CAD1E5;
}
.TagClassName
{
border-color: #CAD1E5;
}
</style>