Shades of Lavender Blue #CDD4F9
Tints of Lavender Blue #CDD4F9
RGB
CMYK
RGB Variations
Color information
#CDD4F9 (or 0xCDD4F9) is known color: Lavender Blue. HEX triplet: CD, D4 and F9. RGB value is (205,212,249). Sum of RGB (Red+Green+Blue) = 205+212+249=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 212 (83.20% from 255 or 31.83% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #CDD4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4F9 is #322B06. Grayscale: #D5D5D5. Windows color (decimal): -3287815 or 16372941. OLE color: 16372941.
HSL color Cylindrical-coordinate representation of color #CDD4F9: hue angle of 230.45º 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 #CDD4F9 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 212 | 249 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.02 |
| HSL | 230.45º | 0.79% | 0.89% | - |
| HSV(B) | 230.45º | 0.18% | 0.98% | - |
| XYZ | 65.82 | 66.91 | 99.07 | - |
| YUV | 214.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 249 | 0.18 | 0.15 | 0 | 0.02 | 230.45 | 0.79 | 0.89 |
| Hex | CD | D4 | F9 | 12 | F | 0 | 2 | E6 | 4F | 59 |
| Octal | 315 | 324 | 371 | 22 | 17 | 0 | 2 | 346 | 117 | 131 |
| Binary | 11001101 | 11010100 | 11111001 | 10010 | 1111 | 0 | 10 | 11100110 | 1001111 | 1011001 |
Color Harmonies of #CDD4F9
Complementary color
Monochromatic Colors of #CDD4F9
Black with #CDD4F9
Text Example
Text Example
White with #CDD4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4F9; }
p { color: rgb(205,212,249); }
H1.HeaderClassName
{
color: #CDD4F9;
}
.AnyTagClassName
{
color: #CDD4F9;
}
</style>
background-color css
<style>
a { background-color: #CDD4F9; }
a { background-color: rgb(205,212,249); }
div.DivClassName
{
background-color: #CDD4F9;
}
.BgClassName
{
background-color: #CDD4F9;
}
</style>
border-color css
<style>
span { border-color: #CDD4F9; }
span { border-color: rgb(205,212,249); }
td.TdClassName
{
border-color: #CDD4F9;
}
.TagClassName
{
border-color: #CDD4F9;
}
</style>