Shades of Periwinkle #CAD2EE
Tints of Periwinkle #CAD2EE
RGB
CMYK
RGB Variations
Color information
#CAD2EE (or 0xCAD2EE) is known color: Periwinkle. HEX triplet: CA, D2 and EE. RGB value is (202,210,238). Sum of RGB (Red+Green+Blue) = 202+210+238=650 (86% of max value = 765). Red value is 202 (79.30% from 255 or 31.08% from 650); Green value is 210 (82.42% from 255 or 32.31% from 650); Blue value is 238 (93.36% from 255 or 36.62% from 650); Max value from RGB is 238 - color contains mainly: blue. Hex color #CAD2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD2EE is #352D11. Grayscale: #D2D2D2. Windows color (decimal): -3484946 or 15651530. OLE color: 15651530.
HSL color Cylindrical-coordinate representation of color #CAD2EE: hue angle of 226.67º degrees, saturation: 0.51, 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 #CAD2EE is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 210 | 238 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.07 |
| HSL | 226.67º | 0.51% | 0.86% | - |
| HSV(B) | 226.67º | 0.15% | 0.93% | - |
| XYZ | 62.84 | 64.82 | 90.09 | - |
| YUV | 210.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 238 | 0.15 | 0.12 | 0 | 0.07 | 226.67 | 0.51 | 0.86 |
| Hex | CA | D2 | EE | F | C | 0 | 7 | E3 | 33 | 56 |
| Octal | 312 | 322 | 356 | 17 | 14 | 0 | 7 | 343 | 63 | 126 |
| Binary | 11001010 | 11010010 | 11101110 | 1111 | 1100 | 0 | 111 | 11100011 | 110011 | 1010110 |
Color Harmonies of #CAD2EE
Complementary color
Monochromatic Colors of #CAD2EE
Black with #CAD2EE
Text Example
Text Example
White with #CAD2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2EE; }
p { color: rgb(202,210,238); }
H1.HeaderClassName
{
color: #CAD2EE;
}
.AnyTagClassName
{
color: #CAD2EE;
}
</style>
background-color css
<style>
a { background-color: #CAD2EE; }
a { background-color: rgb(202,210,238); }
div.DivClassName
{
background-color: #CAD2EE;
}
.BgClassName
{
background-color: #CAD2EE;
}
</style>
border-color css
<style>
span { border-color: #CAD2EE; }
span { border-color: rgb(202,210,238); }
td.TdClassName
{
border-color: #CAD2EE;
}
.TagClassName
{
border-color: #CAD2EE;
}
</style>