Shades of Lavender Blue #CAD1F9
Tints of Lavender Blue #CAD1F9
RGB
CMYK
RGB Variations
Color information
#CAD1F9 (or 0xCAD1F9) is known color: Lavender Blue. HEX triplet: CA, D1 and F9. RGB value is (202,209,249). Sum of RGB (Red+Green+Blue) = 202+209+249=660 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.61% from 660); Green value is 209 (82.03% from 255 or 31.67% from 660); Blue value is 249 (97.66% from 255 or 37.73% from 660); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAD1F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1F9 is #352E06. Grayscale: #D3D3D3. Windows color (decimal): -3485191 or 16372170. OLE color: 16372170.
HSL color Cylindrical-coordinate representation of color #CAD1F9: hue angle of 231.06º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAD1F9 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 202 | 209 | 249 | - |
CMYK | 0.19 | 0.16 | 0 | 0.02 |
HSL | 231.06º | 0.8% | 0.88% | - |
HSV(B) | 231.06º | 0.19% | 0.98% | - |
XYZ | 64.26 | 65 | 98.78 | - |
YUV | 211.47 | 149.18 | 121.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 249 | 0.19 | 0.16 | 0 | 0.02 | 231.06 | 0.8 | 0.88 |
Hex | CA | D1 | F9 | 13 | 10 | 0 | 2 | E7 | 50 | 58 |
Octal | 312 | 321 | 371 | 23 | 20 | 0 | 2 | 347 | 120 | 130 |
Binary | 11001010 | 11010001 | 11111001 | 10011 | 10000 | 0 | 10 | 11100111 | 1010000 | 1011000 |
Color Harmonies of #CAD1F9
Complementary color
Monochromatic Colors of #CAD1F9
Black with #CAD1F9
Text Example
Text Example
White with #CAD1F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1F9; }
p { color: rgb(202,209,249); }
H1.HeaderClassName
{
color: #CAD1F9;
}
.AnyTagClassName
{
color: #CAD1F9;
}
</style>
background-color css
<style>
a { background-color: #CAD1F9; }
a { background-color: rgb(202,209,249); }
div.DivClassName
{
background-color: #CAD1F9;
}
.BgClassName
{
background-color: #CAD1F9;
}
</style>
border-color css
<style>
span { border-color: #CAD1F9; }
span { border-color: rgb(202,209,249); }
td.TdClassName
{
border-color: #CAD1F9;
}
.TagClassName
{
border-color: #CAD1F9;
}
</style>