Shades of Lavender Blue #CDD0F3
Tints of Lavender Blue #CDD0F3
RGB
CMYK
RGB Variations
Color information
#CDD0F3 (or 0xCDD0F3) is known color: Lavender Blue. HEX triplet: CD, D0 and F3. RGB value is (205,208,243). Sum of RGB (Red+Green+Blue) = 205+208+243=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 208 (81.64% from 255 or 31.71% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #CDD0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0F3 is #322F0C. Grayscale: #D2D2D2. Windows color (decimal): -3288845 or 15978701. OLE color: 15978701.
HSL color Cylindrical-coordinate representation of color #CDD0F3: hue angle of 235.26º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDD0F3 is Cyan = 0.16, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 205 | 208 | 243 | - |
| CMYK | 0.16 | 0.14 | 0 | 0.05 |
| HSL | 235.26º | 0.61% | 0.88% | - |
| HSV(B) | 235.26º | 0.16% | 0.95% | - |
| XYZ | 63.91 | 64.56 | 93.89 | - |
| YUV | 211.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 243 | 0.16 | 0.14 | 0 | 0.05 | 235.26 | 0.61 | 0.88 |
| Hex | CD | D0 | F3 | 10 | E | 0 | 5 | EB | 3D | 58 |
| Octal | 315 | 320 | 363 | 20 | 16 | 0 | 5 | 353 | 75 | 130 |
| Binary | 11001101 | 11010000 | 11110011 | 10000 | 1110 | 0 | 101 | 11101011 | 111101 | 1011000 |
Color Harmonies of #CDD0F3
Complementary color
Monochromatic Colors of #CDD0F3
Black with #CDD0F3
Text Example
Text Example
White with #CDD0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0F3; }
p { color: rgb(205,208,243); }
H1.HeaderClassName
{
color: #CDD0F3;
}
.AnyTagClassName
{
color: #CDD0F3;
}
</style>
background-color css
<style>
a { background-color: #CDD0F3; }
a { background-color: rgb(205,208,243); }
div.DivClassName
{
background-color: #CDD0F3;
}
.BgClassName
{
background-color: #CDD0F3;
}
</style>
border-color css
<style>
span { border-color: #CDD0F3; }
span { border-color: rgb(205,208,243); }
td.TdClassName
{
border-color: #CDD0F3;
}
.TagClassName
{
border-color: #CDD0F3;
}
</style>