Shades of Periwinkle #CAD5E5
Tints of Periwinkle #CAD5E5
RGB
CMYK
RGB Variations
Color information
#CAD5E5 (or 0xCAD5E5) is known color: Periwinkle. HEX triplet: CA, D5 and E5. RGB value is (202,213,229). Sum of RGB (Red+Green+Blue) = 202+213+229=644 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.37% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD5E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD5E5 is #352A1A. Grayscale: #D3D3D3. Windows color (decimal): -3484187 or 15062474. OLE color: 15062474.
HSL color Cylindrical-coordinate representation of color #CAD5E5: hue angle of 215.56º 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 #CAD5E5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 213 | 229 | - |
CMYK | 0.12 | 0.07 | 0 | 0.10 |
HSL | 215.56º | 0.34% | 0.85% | - |
HSV(B) | 215.56º | 0.12% | 0.9% | - |
XYZ | 62.29 | 65.8 | 83.55 | - |
YUV | 211.54 | 137.86 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 229 | 0.12 | 0.07 | 0 | 0.10 | 215.56 | 0.34 | 0.85 |
Hex | CA | D5 | E5 | C | 7 | 0 | A | D8 | 22 | 55 |
Octal | 312 | 325 | 345 | 14 | 7 | 0 | 12 | 330 | 42 | 125 |
Binary | 11001010 | 11010101 | 11100101 | 1100 | 111 | 0 | 1010 | 11011000 | 100010 | 1010101 |
Color Harmonies of #CAD5E5
Complementary color
Monochromatic Colors of #CAD5E5
Black with #CAD5E5
Text Example
Text Example
White with #CAD5E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD5E5; }
p { color: rgb(202,213,229); }
H1.HeaderClassName
{
color: #CAD5E5;
}
.AnyTagClassName
{
color: #CAD5E5;
}
</style>
background-color css
<style>
a { background-color: #CAD5E5; }
a { background-color: rgb(202,213,229); }
div.DivClassName
{
background-color: #CAD5E5;
}
.BgClassName
{
background-color: #CAD5E5;
}
</style>
border-color css
<style>
span { border-color: #CAD5E5; }
span { border-color: rgb(202,213,229); }
td.TdClassName
{
border-color: #CAD5E5;
}
.TagClassName
{
border-color: #CAD5E5;
}
</style>