Shades of Periwinkle #CAD3E6
Tints of Periwinkle #CAD3E6
RGB
CMYK
RGB Variations
Color information
#CAD3E6 (or 0xCAD3E6) is known color: Periwinkle. HEX triplet: CA, D3 and E6. RGB value is (202,211,230). Sum of RGB (Red+Green+Blue) = 202+211+230=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 211 (82.81% from 255 or 32.81% from 643); Blue value is 230 (90.23% from 255 or 35.77% from 643); Max value from RGB is 230 - color contains mainly: blue. Hex color #CAD3E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD3E6 is #352C19. Grayscale: #D2D2D2. Windows color (decimal): -3484698 or 15127498. OLE color: 15127498.
HSL color Cylindrical-coordinate representation of color #CAD3E6: hue angle of 220.71º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CAD3E6 is Cyan = 0.12, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 211 | 230 | - |
| CMYK | 0.12 | 0.08 | 0 | 0.10 |
| HSL | 220.71º | 0.36% | 0.85% | - |
| HSV(B) | 220.71º | 0.12% | 0.9% | - |
| XYZ | 61.93 | 64.86 | 84.12 | - |
| YUV | 210.48 | 139.02 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 230 | 0.12 | 0.08 | 0 | 0.10 | 220.71 | 0.36 | 0.85 |
| Hex | CA | D3 | E6 | C | 8 | 0 | A | DD | 24 | 55 |
| Octal | 312 | 323 | 346 | 14 | 10 | 0 | 12 | 335 | 44 | 125 |
| Binary | 11001010 | 11010011 | 11100110 | 1100 | 1000 | 0 | 1010 | 11011101 | 100100 | 1010101 |
Color Harmonies of #CAD3E6
Complementary color
Monochromatic Colors of #CAD3E6
Black with #CAD3E6
Text Example
Text Example
White with #CAD3E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD3E6; }
p { color: rgb(202,211,230); }
H1.HeaderClassName
{
color: #CAD3E6;
}
.AnyTagClassName
{
color: #CAD3E6;
}
</style>
background-color css
<style>
a { background-color: #CAD3E6; }
a { background-color: rgb(202,211,230); }
div.DivClassName
{
background-color: #CAD3E6;
}
.BgClassName
{
background-color: #CAD3E6;
}
</style>
border-color css
<style>
span { border-color: #CAD3E6; }
span { border-color: rgb(202,211,230); }
td.TdClassName
{
border-color: #CAD3E6;
}
.TagClassName
{
border-color: #CAD3E6;
}
</style>