Shades of Lavender Blue #CDD0F9
Tints of Lavender Blue #CDD0F9
RGB
CMYK
RGB Variations
Color information
#CDD0F9 (or 0xCDD0F9) is known color: Lavender Blue. HEX triplet: CD, D0 and F9. RGB value is (205,208,249). Sum of RGB (Red+Green+Blue) = 205+208+249=662 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.97% from 662); Green value is 208 (81.64% from 255 or 31.42% from 662); Blue value is 249 (97.66% from 255 or 37.61% from 662); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDD0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0F9 is #322F06. Grayscale: #D3D3D3. Windows color (decimal): -3288839 or 16371917. OLE color: 16371917.
HSL color Cylindrical-coordinate representation of color #CDD0F9: hue angle of 235.91º degrees, saturation: 0.79, 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 #CDD0F9 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 208 | 249 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.02 |
| HSL | 235.91º | 0.79% | 0.89% | - |
| HSV(B) | 235.91º | 0.18% | 0.98% | - |
| XYZ | 64.83 | 64.93 | 98.74 | - |
| YUV | 211.78 | 149.01 | 123.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 249 | 0.18 | 0.16 | 0 | 0.02 | 235.91 | 0.79 | 0.89 |
| Hex | CD | D0 | F9 | 12 | 10 | 0 | 2 | EC | 4F | 59 |
| Octal | 315 | 320 | 371 | 22 | 20 | 0 | 2 | 354 | 117 | 131 |
| Binary | 11001101 | 11010000 | 11111001 | 10010 | 10000 | 0 | 10 | 11101100 | 1001111 | 1011001 |
Color Harmonies of #CDD0F9
Complementary color
Monochromatic Colors of #CDD0F9
Black with #CDD0F9
Text Example
Text Example
White with #CDD0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0F9; }
p { color: rgb(205,208,249); }
H1.HeaderClassName
{
color: #CDD0F9;
}
.AnyTagClassName
{
color: #CDD0F9;
}
</style>
background-color css
<style>
a { background-color: #CDD0F9; }
a { background-color: rgb(205,208,249); }
div.DivClassName
{
background-color: #CDD0F9;
}
.BgClassName
{
background-color: #CDD0F9;
}
</style>
border-color css
<style>
span { border-color: #CDD0F9; }
span { border-color: rgb(205,208,249); }
td.TdClassName
{
border-color: #CDD0F9;
}
.TagClassName
{
border-color: #CDD0F9;
}
</style>