Shades of Lavender Blue #CAD1FD
Tints of Lavender Blue #CAD1FD
RGB
CMYK
RGB Variations
Color information
#CAD1FD (or 0xCAD1FD) is known color: Lavender Blue. HEX triplet: CA, D1 and FD. RGB value is (202,209,253). Sum of RGB (Red+Green+Blue) = 202+209+253=664 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.42% from 664); Green value is 209 (82.03% from 255 or 31.48% from 664); Blue value is 253 (99.22% from 255 or 38.10% from 664); Max value from RGB is 253 - color contains mainly: blue. Hex color #CAD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CAD1FD is #352E02. Grayscale: #D3D3D3. Windows color (decimal): -3485187 or 16634314. OLE color: 16634314.
HSL color Cylindrical-coordinate representation of color #CAD1FD: hue angle of 231.76º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAD1FD is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 202 | 209 | 253 | - |
CMYK | 0.20 | 0.17 | 0 | 0.01 |
HSL | 231.76º | 0.93% | 0.89% | - |
HSV(B) | 231.76º | 0.2% | 0.99% | - |
XYZ | 64.89 | 65.25 | 102.1 | - |
YUV | 211.92 | 151.18 | 120.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 209 | 253 | 0.20 | 0.17 | 0 | 0.01 | 231.76 | 0.93 | 0.89 |
Hex | CA | D1 | FD | 14 | 11 | 0 | 1 | E8 | 5D | 59 |
Octal | 312 | 321 | 375 | 24 | 21 | 0 | 1 | 350 | 135 | 131 |
Binary | 11001010 | 11010001 | 11111101 | 10100 | 10001 | 0 | 1 | 11101000 | 1011101 | 1011001 |
Color Harmonies of #CAD1FD
Complementary color
Monochromatic Colors of #CAD1FD
Black with #CAD1FD
Text Example
Text Example
White with #CAD1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD1FD; }
p { color: rgb(202,209,253); }
H1.HeaderClassName
{
color: #CAD1FD;
}
.AnyTagClassName
{
color: #CAD1FD;
}
</style>
background-color css
<style>
a { background-color: #CAD1FD; }
a { background-color: rgb(202,209,253); }
div.DivClassName
{
background-color: #CAD1FD;
}
.BgClassName
{
background-color: #CAD1FD;
}
</style>
border-color css
<style>
span { border-color: #CAD1FD; }
span { border-color: rgb(202,209,253); }
td.TdClassName
{
border-color: #CAD1FD;
}
.TagClassName
{
border-color: #CAD1FD;
}
</style>