Shades of Lavender Blue #CDD2FB
Tints of Lavender Blue #CDD2FB
RGB
CMYK
RGB Variations
Color information
#CDD2FB (or 0xCDD2FB) is known color: Lavender Blue. HEX triplet: CD, D2 and FB. RGB value is (205,210,251). Sum of RGB (Red+Green+Blue) = 205+210+251=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 210 (82.42% from 255 or 31.53% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2FB is #322D04. Grayscale: #D5D5D5. Windows color (decimal): -3288325 or 16503501. OLE color: 16503501.
HSL color Cylindrical-coordinate representation of color #CDD2FB: hue angle of 233.48º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD2FB is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 210 | 251 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.02 |
| HSL | 233.48º | 0.85% | 0.89% | - |
| HSV(B) | 233.48º | 0.18% | 0.98% | - |
| XYZ | 65.64 | 66.04 | 100.55 | - |
| YUV | 213.18 | 149.34 | 122.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 251 | 0.18 | 0.16 | 0 | 0.02 | 233.48 | 0.85 | 0.89 |
| Hex | CD | D2 | FB | 12 | 10 | 0 | 2 | E9 | 55 | 59 |
| Octal | 315 | 322 | 373 | 22 | 20 | 0 | 2 | 351 | 125 | 131 |
| Binary | 11001101 | 11010010 | 11111011 | 10010 | 10000 | 0 | 10 | 11101001 | 1010101 | 1011001 |
Color Harmonies of #CDD2FB
Complementary color
Monochromatic Colors of #CDD2FB
Black with #CDD2FB
Text Example
Text Example
White with #CDD2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2FB; }
p { color: rgb(205,210,251); }
H1.HeaderClassName
{
color: #CDD2FB;
}
.AnyTagClassName
{
color: #CDD2FB;
}
</style>
background-color css
<style>
a { background-color: #CDD2FB; }
a { background-color: rgb(205,210,251); }
div.DivClassName
{
background-color: #CDD2FB;
}
.BgClassName
{
background-color: #CDD2FB;
}
</style>
border-color css
<style>
span { border-color: #CDD2FB; }
span { border-color: rgb(205,210,251); }
td.TdClassName
{
border-color: #CDD2FB;
}
.TagClassName
{
border-color: #CDD2FB;
}
</style>