Shades of Periwinkle #CAD1ED
Tints of Periwinkle #CAD1ED
RGB
CMYK
RGB Variations
Color information
#CAD1ED (or 0xCAD1ED) is known color: Periwinkle. HEX triplet: CA, D1 and ED. RGB value is (202,209,237). Sum of RGB (Red+Green+Blue) = 202+209+237=648 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.17% from 648); Green value is 209 (82.03% from 255 or 32.25% from 648); Blue value is 237 (92.97% from 255 or 36.57% from 648); Max value from RGB is 237 - color contains mainly: blue. Hex color #CAD1ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1ED is #352E12. Grayscale: #D1D1D1. Windows color (decimal): -3485203 or 15585738. OLE color: 15585738.
HSL color Cylindrical-coordinate representation of color #CAD1ED: hue angle of 228º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAD1ED is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 209 | 237 | - |
CMYK | 0.15 | 0.12 | 0 | 0.07 |
HSL | 228º | 0.49% | 0.86% | - |
HSV(B) | 228º | 0.15% | 0.93% | - |
XYZ | 62.44 | 64.27 | 89.24 | - |
YUV | 210.1 | 143.18 | 122.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 237 | 0.15 | 0.12 | 0 | 0.07 | 228 | 0.49 | 0.86 |
Hex | CA | D1 | ED | F | C | 0 | 7 | E4 | 31 | 56 |
Octal | 312 | 321 | 355 | 17 | 14 | 0 | 7 | 344 | 61 | 126 |
Binary | 11001010 | 11010001 | 11101101 | 1111 | 1100 | 0 | 111 | 11100100 | 110001 | 1010110 |
Color Harmonies of #CAD1ED
Complementary color
Monochromatic Colors of #CAD1ED
Black with #CAD1ED
Text Example
Text Example
White with #CAD1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1ED; }
p { color: rgb(202,209,237); }
H1.HeaderClassName
{
color: #CAD1ED;
}
.AnyTagClassName
{
color: #CAD1ED;
}
</style>
background-color css
<style>
a { background-color: #CAD1ED; }
a { background-color: rgb(202,209,237); }
div.DivClassName
{
background-color: #CAD1ED;
}
.BgClassName
{
background-color: #CAD1ED;
}
</style>
border-color css
<style>
span { border-color: #CAD1ED; }
span { border-color: rgb(202,209,237); }
td.TdClassName
{
border-color: #CAD1ED;
}
.TagClassName
{
border-color: #CAD1ED;
}
</style>