Shades of Periwinkle #CAD4E4
Tints of Periwinkle #CAD4E4
RGB
CMYK
RGB Variations
Color information
#CAD4E4 (or 0xCAD4E4) is known color: Periwinkle. HEX triplet: CA, D4 and E4. RGB value is (202,212,228). Sum of RGB (Red+Green+Blue) = 202+212+228=642 (85% of max value = 765). Red value is 202 (79.30% from 255 or 31.46% from 642); Green value is 212 (83.20% from 255 or 33.02% from 642); Blue value is 228 (89.45% from 255 or 35.51% from 642); Max value from RGB is 228 - color contains mainly: blue. Hex color #CAD4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CAD4E4 is #352B1B. Grayscale: #D2D2D2. Windows color (decimal): -3484444 or 14996682. OLE color: 14996682.
HSL color Cylindrical-coordinate representation of color #CAD4E4: hue angle of 216.92º degrees, saturation: 0.32, 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 #CAD4E4 is Cyan = 0.11, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
RGB | 202 | 212 | 228 | - |
CMYK | 0.11 | 0.07 | 0 | 0.11 |
HSL | 216.92º | 0.33% | 0.84% | - |
HSV(B) | 216.92º | 0.11% | 0.89% | - |
XYZ | 61.9 | 65.24 | 82.73 | - |
YUV | 210.83 | 137.69 | 121.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 212 | 228 | 0.11 | 0.07 | 0 | 0.11 | 216.92 | 0.33 | 0.84 |
Hex | CA | D4 | E4 | B | 7 | 0 | B | D9 | 20 | 54 |
Octal | 312 | 324 | 344 | 13 | 7 | 0 | 13 | 331 | 40 | 124 |
Binary | 11001010 | 11010100 | 11100100 | 1011 | 111 | 0 | 1011 | 11011001 | 100000 | 1010100 |
Color Harmonies of #CAD4E4
Complementary color
Monochromatic Colors of #CAD4E4
Black with #CAD4E4
Text Example
Text Example
White with #CAD4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD4E4; }
p { color: rgb(202,212,228); }
H1.HeaderClassName
{
color: #CAD4E4;
}
.AnyTagClassName
{
color: #CAD4E4;
}
</style>
background-color css
<style>
a { background-color: #CAD4E4; }
a { background-color: rgb(202,212,228); }
div.DivClassName
{
background-color: #CAD4E4;
}
.BgClassName
{
background-color: #CAD4E4;
}
</style>
border-color css
<style>
span { border-color: #CAD4E4; }
span { border-color: rgb(202,212,228); }
td.TdClassName
{
border-color: #CAD4E4;
}
.TagClassName
{
border-color: #CAD4E4;
}
</style>