Shades of Lavender Blue #CDD0FE
Tints of Lavender Blue #CDD0FE
RGB
CMYK
RGB Variations
Color information
#CDD0FE (or 0xCDD0FE) is known color: Lavender Blue. HEX triplet: CD, D0 and FE. RGB value is (205,208,254). Sum of RGB (Red+Green+Blue) = 205+208+254=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 208 (81.64% from 255 or 31.18% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDD0FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0FE is #322F01. Grayscale: #D4D4D4. Windows color (decimal): -3288834 or 16699597. OLE color: 16699597.
HSL color Cylindrical-coordinate representation of color #CDD0FE: hue angle of 236.33º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD0FE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 208 | 254 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.00 |
| HSL | 236.33º | 0.96% | 0.9% | - |
| HSV(B) | 236.33º | 0.19% | 1% | - |
| XYZ | 65.62 | 65.25 | 102.9 | - |
| YUV | 212.35 | 151.51 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 254 | 0.19 | 0.18 | 0 | 0.00 | 236.33 | 0.96 | 0.9 |
| Hex | CD | D0 | FE | 13 | 12 | 0 | 0 | EC | 60 | 5A |
| Octal | 315 | 320 | 376 | 23 | 22 | 0 | 0 | 354 | 140 | 132 |
| Binary | 11001101 | 11010000 | 11111110 | 10011 | 10010 | 0 | 0 | 11101100 | 1100000 | 1011010 |
Color Harmonies of #CDD0FE
Complementary color
Monochromatic Colors of #CDD0FE
Black with #CDD0FE
Text Example
Text Example
White with #CDD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0FE; }
p { color: rgb(205,208,254); }
H1.HeaderClassName
{
color: #CDD0FE;
}
.AnyTagClassName
{
color: #CDD0FE;
}
</style>
background-color css
<style>
a { background-color: #CDD0FE; }
a { background-color: rgb(205,208,254); }
div.DivClassName
{
background-color: #CDD0FE;
}
.BgClassName
{
background-color: #CDD0FE;
}
</style>
border-color css
<style>
span { border-color: #CDD0FE; }
span { border-color: rgb(205,208,254); }
td.TdClassName
{
border-color: #CDD0FE;
}
.TagClassName
{
border-color: #CDD0FE;
}
</style>