Shades of Periwinkle #CAD0EC
Tints of Periwinkle #CAD0EC
RGB
CMYK
RGB Variations
Color information
#CAD0EC (or 0xCAD0EC) is known color: Periwinkle. HEX triplet: CA, D0 and EC. RGB value is (202,208,236). Sum of RGB (Red+Green+Blue) = 202+208+236=646 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.27% from 646); Green value is 208 (81.64% from 255 or 32.20% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD0EC is #352F13. Grayscale: #D1D1D1. Windows color (decimal): -3485460 or 15519946. OLE color: 15519946.
HSL color Cylindrical-coordinate representation of color #CAD0EC: hue angle of 229.41º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CAD0EC is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 208 | 236 | - |
CMYK | 0.14 | 0.12 | 0 | 0.07 |
HSL | 229.41º | 0.47% | 0.86% | - |
HSV(B) | 229.41º | 0.14% | 0.93% | - |
XYZ | 62.05 | 63.72 | 88.39 | - |
YUV | 209.4 | 143.01 | 122.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 208 | 236 | 0.14 | 0.12 | 0 | 0.07 | 229.41 | 0.47 | 0.86 |
Hex | CA | D0 | EC | E | C | 0 | 7 | E5 | 2F | 56 |
Octal | 312 | 320 | 354 | 16 | 14 | 0 | 7 | 345 | 57 | 126 |
Binary | 11001010 | 11010000 | 11101100 | 1110 | 1100 | 0 | 111 | 11100101 | 101111 | 1010110 |
Color Harmonies of #CAD0EC
Complementary color
Monochromatic Colors of #CAD0EC
Black with #CAD0EC
Text Example
Text Example
White with #CAD0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD0EC; }
p { color: rgb(202,208,236); }
H1.HeaderClassName
{
color: #CAD0EC;
}
.AnyTagClassName
{
color: #CAD0EC;
}
</style>
background-color css
<style>
a { background-color: #CAD0EC; }
a { background-color: rgb(202,208,236); }
div.DivClassName
{
background-color: #CAD0EC;
}
.BgClassName
{
background-color: #CAD0EC;
}
</style>
border-color css
<style>
span { border-color: #CAD0EC; }
span { border-color: rgb(202,208,236); }
td.TdClassName
{
border-color: #CAD0EC;
}
.TagClassName
{
border-color: #CAD0EC;
}
</style>