Shades of Lavender Blue #CAD2FF
Tints of Lavender Blue #CAD2FF
RGB
CMYK
RGB Variations
Color information
#CAD2FF (or 0xCAD2FF) is known color: Lavender Blue. HEX triplet: CA, D2 and FF. RGB value is (202,210,255). Sum of RGB (Red+Green+Blue) = 202+210+255=667 (88% of max value = 765). Red value is 202 (79.30% from 255 or 30.28% from 667); Green value is 210 (82.42% from 255 or 31.48% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAD2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD2FF is #352D00. Grayscale: #D4D4D4. Windows color (decimal): -3484929 or 16765642. OLE color: 16765642.
HSL color Cylindrical-coordinate representation of color #CAD2FF: hue angle of 230.94º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAD2FF is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 202 | 210 | 255 | - |
CMYK | 0.21 | 0.18 | 0 | 0 |
HSL | 230.94º | 1% | 0.9% | - |
HSV(B) | 230.94º | 0.21% | 1% | - |
XYZ | 65.45 | 65.87 | 103.87 | - |
YUV | 212.74 | 151.85 | 120.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 210 | 255 | 0.21 | 0.18 | 0 | 0 | 230.94 | 1 | 0.9 |
Hex | CA | D2 | FF | 15 | 12 | 0 | 0 | E7 | 64 | 5A |
Octal | 312 | 322 | 377 | 25 | 22 | 0 | 0 | 347 | 144 | 132 |
Binary | 11001010 | 11010010 | 11111111 | 10101 | 10010 | 0 | 0 | 11100111 | 1100100 | 1011010 |
Color Harmonies of #CAD2FF
Complementary color
Monochromatic Colors of #CAD2FF
Black with #CAD2FF
Text Example
Text Example
White with #CAD2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD2FF; }
p { color: rgb(202,210,255); }
H1.HeaderClassName
{
color: #CAD2FF;
}
.AnyTagClassName
{
color: #CAD2FF;
}
</style>
background-color css
<style>
a { background-color: #CAD2FF; }
a { background-color: rgb(202,210,255); }
div.DivClassName
{
background-color: #CAD2FF;
}
.BgClassName
{
background-color: #CAD2FF;
}
</style>
border-color css
<style>
span { border-color: #CAD2FF; }
span { border-color: rgb(202,210,255); }
td.TdClassName
{
border-color: #CAD2FF;
}
.TagClassName
{
border-color: #CAD2FF;
}
</style>