Shades of Lavender Blue #CDD2F4
Tints of Lavender Blue #CDD2F4
RGB
CMYK
RGB Variations
Color information
#CDD2F4 (or 0xCDD2F4) is known color: Lavender Blue. HEX triplet: CD, D2 and F4. RGB value is (205,210,244). Sum of RGB (Red+Green+Blue) = 205+210+244=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 210 (82.42% from 255 or 31.87% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 244 - color contains mainly: blue. Hex color #CDD2F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2F4 is #322D0B. Grayscale: #D4D4D4. Windows color (decimal): -3288332 or 16044749. OLE color: 16044749.
HSL color Cylindrical-coordinate representation of color #CDD2F4: hue angle of 232.31º degrees, saturation: 0.64, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD2F4 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 205 | 210 | 244 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.04 |
| HSL | 232.31º | 0.64% | 0.88% | - |
| HSV(B) | 232.31º | 0.16% | 0.96% | - |
| XYZ | 64.55 | 65.6 | 94.85 | - |
| YUV | 212.38 | 145.84 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 210 | 244 | 0.16 | 0.14 | 0 | 0.04 | 232.31 | 0.64 | 0.88 |
| Hex | CD | D2 | F4 | 10 | E | 0 | 4 | E8 | 40 | 58 |
| Octal | 315 | 322 | 364 | 20 | 16 | 0 | 4 | 350 | 100 | 130 |
| Binary | 11001101 | 11010010 | 11110100 | 10000 | 1110 | 0 | 100 | 11101000 | 1000000 | 1011000 |
Color Harmonies of #CDD2F4
Complementary color
Monochromatic Colors of #CDD2F4
Black with #CDD2F4
Text Example
Text Example
White with #CDD2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD2F4; }
p { color: rgb(205,210,244); }
H1.HeaderClassName
{
color: #CDD2F4;
}
.AnyTagClassName
{
color: #CDD2F4;
}
</style>
background-color css
<style>
a { background-color: #CDD2F4; }
a { background-color: rgb(205,210,244); }
div.DivClassName
{
background-color: #CDD2F4;
}
.BgClassName
{
background-color: #CDD2F4;
}
</style>
border-color css
<style>
span { border-color: #CDD2F4; }
span { border-color: rgb(205,210,244); }
td.TdClassName
{
border-color: #CDD2F4;
}
.TagClassName
{
border-color: #CDD2F4;
}
</style>