Shades of Periwinkle #CAD0E5
Tints of Periwinkle #CAD0E5
RGB
CMYK
RGB Variations
Color information
#CAD0E5 (or 0xCAD0E5) is known color: Periwinkle. HEX triplet: CA, D0 and E5. RGB value is (202,208,229). Sum of RGB (Red+Green+Blue) = 202+208+229=639 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.61% from 639); Green value is 208 (81.64% from 255 or 32.55% from 639); Blue value is 229 (89.84% from 255 or 35.84% from 639); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD0E5 is #352F1A. Grayscale: #D0D0D0. Windows color (decimal): -3485467 or 15061194. OLE color: 15061194.
HSL color Cylindrical-coordinate representation of color #CAD0E5: hue angle of 226.67º 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 #CAD0E5 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 208 | 229 | - |
CMYK | 0.12 | 0.09 | 0 | 0.10 |
HSL | 226.67º | 0.34% | 0.85% | - |
HSV(B) | 226.67º | 0.12% | 0.9% | - |
XYZ | 61.06 | 63.33 | 83.13 | - |
YUV | 208.6 | 139.51 | 123.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 208 | 229 | 0.12 | 0.09 | 0 | 0.10 | 226.67 | 0.34 | 0.85 |
Hex | CA | D0 | E5 | C | 9 | 0 | A | E3 | 22 | 55 |
Octal | 312 | 320 | 345 | 14 | 11 | 0 | 12 | 343 | 42 | 125 |
Binary | 11001010 | 11010000 | 11100101 | 1100 | 1001 | 0 | 1010 | 11100011 | 100010 | 1010101 |
Color Harmonies of #CAD0E5
Complementary color
Monochromatic Colors of #CAD0E5
Black with #CAD0E5
Text Example
Text Example
White with #CAD0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD0E5; }
p { color: rgb(202,208,229); }
H1.HeaderClassName
{
color: #CAD0E5;
}
.AnyTagClassName
{
color: #CAD0E5;
}
</style>
background-color css
<style>
a { background-color: #CAD0E5; }
a { background-color: rgb(202,208,229); }
div.DivClassName
{
background-color: #CAD0E5;
}
.BgClassName
{
background-color: #CAD0E5;
}
</style>
border-color css
<style>
span { border-color: #CAD0E5; }
span { border-color: rgb(202,208,229); }
td.TdClassName
{
border-color: #CAD0E5;
}
.TagClassName
{
border-color: #CAD0E5;
}
</style>