Shades of Lavender Blue #CDD1FE
Tints of Lavender Blue #CDD1FE
RGB
CMYK
RGB Variations
Color information
#CDD1FE (or 0xCDD1FE) is known color: Lavender Blue. HEX triplet: CD, D1 and FE. RGB value is (205,209,254). Sum of RGB (Red+Green+Blue) = 205+209+254=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 209 (82.03% from 255 or 31.29% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDD1FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1FE is #322E01. Grayscale: #D4D4D4. Windows color (decimal): -3288578 or 16699853. OLE color: 16699853.
HSL color Cylindrical-coordinate representation of color #CDD1FE: hue angle of 235.1º 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 #CDD1FE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 209 | 254 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.00 |
| HSL | 235.1º | 0.96% | 0.9% | - |
| HSV(B) | 235.1º | 0.19% | 1% | - |
| XYZ | 65.87 | 65.74 | 102.98 | - |
| YUV | 212.93 | 151.17 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 209 | 254 | 0.19 | 0.18 | 0 | 0.00 | 235.1 | 0.96 | 0.9 |
| Hex | CD | D1 | FE | 13 | 12 | 0 | 0 | EB | 60 | 5A |
| Octal | 315 | 321 | 376 | 23 | 22 | 0 | 0 | 353 | 140 | 132 |
| Binary | 11001101 | 11010001 | 11111110 | 10011 | 10010 | 0 | 0 | 11101011 | 1100000 | 1011010 |
Color Harmonies of #CDD1FE
Complementary color
Monochromatic Colors of #CDD1FE
Black with #CDD1FE
Text Example
Text Example
White with #CDD1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1FE; }
p { color: rgb(205,209,254); }
H1.HeaderClassName
{
color: #CDD1FE;
}
.AnyTagClassName
{
color: #CDD1FE;
}
</style>
background-color css
<style>
a { background-color: #CDD1FE; }
a { background-color: rgb(205,209,254); }
div.DivClassName
{
background-color: #CDD1FE;
}
.BgClassName
{
background-color: #CDD1FE;
}
</style>
border-color css
<style>
span { border-color: #CDD1FE; }
span { border-color: rgb(205,209,254); }
td.TdClassName
{
border-color: #CDD1FE;
}
.TagClassName
{
border-color: #CDD1FE;
}
</style>