Shades of Periwinkle #CAD4E5
Tints of Periwinkle #CAD4E5
RGB
CMYK
RGB Variations
Color information
#CAD4E5 (or 0xCAD4E5) is known color: Periwinkle. HEX triplet: CA, D4 and E5. RGB value is (202,212,229). Sum of RGB (Red+Green+Blue) = 202+212+229=643 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.42% from 643); Green value is 212 (83.20% from 255 or 32.97% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #CAD4E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4E5 is #352B1A. Grayscale: #D2D2D2. Windows color (decimal): -3484443 or 15062218. OLE color: 15062218.
HSL color Cylindrical-coordinate representation of color #CAD4E5: hue angle of 217.78º degrees, saturation: 0.34, 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 #CAD4E5 is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
RGB | 202 | 212 | 229 | - |
CMYK | 0.12 | 0.07 | 0 | 0.10 |
HSL | 217.78º | 0.34% | 0.85% | - |
HSV(B) | 217.78º | 0.12% | 0.9% | - |
XYZ | 62.04 | 65.3 | 83.46 | - |
YUV | 210.95 | 138.19 | 121.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 229 | 0.12 | 0.07 | 0 | 0.10 | 217.78 | 0.34 | 0.85 |
Hex | CA | D4 | E5 | C | 7 | 0 | A | DA | 22 | 55 |
Octal | 312 | 324 | 345 | 14 | 7 | 0 | 12 | 332 | 42 | 125 |
Binary | 11001010 | 11010100 | 11100101 | 1100 | 111 | 0 | 1010 | 11011010 | 100010 | 1010101 |
Color Harmonies of #CAD4E5
Complementary color
Monochromatic Colors of #CAD4E5
Black with #CAD4E5
Text Example
Text Example
White with #CAD4E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4E5; }
p { color: rgb(202,212,229); }
H1.HeaderClassName
{
color: #CAD4E5;
}
.AnyTagClassName
{
color: #CAD4E5;
}
</style>
background-color css
<style>
a { background-color: #CAD4E5; }
a { background-color: rgb(202,212,229); }
div.DivClassName
{
background-color: #CAD4E5;
}
.BgClassName
{
background-color: #CAD4E5;
}
</style>
border-color css
<style>
span { border-color: #CAD4E5; }
span { border-color: rgb(202,212,229); }
td.TdClassName
{
border-color: #CAD4E5;
}
.TagClassName
{
border-color: #CAD4E5;
}
</style>