Shades of Periwinkle #CAD1EC
Tints of Periwinkle #CAD1EC
RGB
CMYK
RGB Variations
Color information
#CAD1EC (or 0xCAD1EC) is known color: Periwinkle. HEX triplet: CA, D1 and EC. RGB value is (202,209,236). Sum of RGB (Red+Green+Blue) = 202+209+236=647 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.22% from 647); Green value is 209 (82.03% from 255 or 32.30% from 647); Blue value is 236 (92.58% from 255 or 36.48% from 647); Max value from RGB is 236 - color contains mainly: blue. Hex color #CAD1EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1EC is #352E13. Grayscale: #D1D1D1. Windows color (decimal): -3485204 or 15520202. OLE color: 15520202.
HSL color Cylindrical-coordinate representation of color #CAD1EC: hue angle of 227.65º 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 #CAD1EC is Cyan = 0.14, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 209 | 236 | - |
CMYK | 0.14 | 0.11 | 0 | 0.07 |
HSL | 227.65º | 0.47% | 0.86% | - |
HSV(B) | 227.65º | 0.14% | 0.93% | - |
XYZ | 62.3 | 64.21 | 88.47 | - |
YUV | 209.99 | 142.68 | 122.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 236 | 0.14 | 0.11 | 0 | 0.07 | 227.65 | 0.47 | 0.86 |
Hex | CA | D1 | EC | E | B | 0 | 7 | E4 | 2F | 56 |
Octal | 312 | 321 | 354 | 16 | 13 | 0 | 7 | 344 | 57 | 126 |
Binary | 11001010 | 11010001 | 11101100 | 1110 | 1011 | 0 | 111 | 11100100 | 101111 | 1010110 |
Color Harmonies of #CAD1EC
Complementary color
Monochromatic Colors of #CAD1EC
Black with #CAD1EC
Text Example
Text Example
White with #CAD1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1EC; }
p { color: rgb(202,209,236); }
H1.HeaderClassName
{
color: #CAD1EC;
}
.AnyTagClassName
{
color: #CAD1EC;
}
</style>
background-color css
<style>
a { background-color: #CAD1EC; }
a { background-color: rgb(202,209,236); }
div.DivClassName
{
background-color: #CAD1EC;
}
.BgClassName
{
background-color: #CAD1EC;
}
</style>
border-color css
<style>
span { border-color: #CAD1EC; }
span { border-color: rgb(202,209,236); }
td.TdClassName
{
border-color: #CAD1EC;
}
.TagClassName
{
border-color: #CAD1EC;
}
</style>