Shades of Periwinkle #CAD1E2
Tints of Periwinkle #CAD1E2
RGB
CMYK
RGB Variations
Color information
#CAD1E2 (or 0xCAD1E2) is known color: Periwinkle. HEX triplet: CA, D1 and E2. RGB value is (202,209,226). Sum of RGB (Red+Green+Blue) = 202+209+226=637 (84% of max value = 765). Red value is 202 (79.30% from 255 or 31.71% from 637); Green value is 209 (82.03% from 255 or 32.81% from 637); Blue value is 226 (88.67% from 255 or 35.48% from 637); Max value from RGB is 226 - color contains mainly: blue. Hex color #CAD1E2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD1E2 is #352E1D. Grayscale: #D0D0D0. Windows color (decimal): -3485214 or 14864842. OLE color: 14864842.
HSL color Cylindrical-coordinate representation of color #CAD1E2: hue angle of 222.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CAD1E2 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 209 | 226 | - |
CMYK | 0.11 | 0.08 | 0 | 0.11 |
HSL | 222.5º | 0.29% | 0.84% | - |
HSV(B) | 222.5º | 0.11% | 0.89% | - |
XYZ | 60.89 | 63.65 | 81.03 | - |
YUV | 208.85 | 137.68 | 123.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 226 | 0.11 | 0.08 | 0 | 0.11 | 222.5 | 0.29 | 0.84 |
Hex | CA | D1 | E2 | B | 8 | 0 | B | DE | 1D | 54 |
Octal | 312 | 321 | 342 | 13 | 10 | 0 | 13 | 336 | 35 | 124 |
Binary | 11001010 | 11010001 | 11100010 | 1011 | 1000 | 0 | 1011 | 11011110 | 11101 | 1010100 |
Color Harmonies of #CAD1E2
Complementary color
Monochromatic Colors of #CAD1E2
Black with #CAD1E2
Text Example
Text Example
White with #CAD1E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1E2; }
p { color: rgb(202,209,226); }
H1.HeaderClassName
{
color: #CAD1E2;
}
.AnyTagClassName
{
color: #CAD1E2;
}
</style>
background-color css
<style>
a { background-color: #CAD1E2; }
a { background-color: rgb(202,209,226); }
div.DivClassName
{
background-color: #CAD1E2;
}
.BgClassName
{
background-color: #CAD1E2;
}
</style>
border-color css
<style>
span { border-color: #CAD1E2; }
span { border-color: rgb(202,209,226); }
td.TdClassName
{
border-color: #CAD1E2;
}
.TagClassName
{
border-color: #CAD1E2;
}
</style>