Shades of Lavender Blue #CDD7FF
Tints of Lavender Blue #CDD7FF
RGB
CMYK
RGB Variations
Color information
#CDD7FF (or 0xCDD7FF) is known color: Lavender Blue. HEX triplet: CD, D7 and FF. RGB value is (205,215,255). Sum of RGB (Red+Green+Blue) = 205+215+255=675 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.37% from 675); Green value is 215 (84.38% from 255 or 31.85% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD7FF is #322800. Grayscale: #D8D8D8. Windows color (decimal): -3287041 or 16766925. OLE color: 16766925.
HSL color Cylindrical-coordinate representation of color #CDD7FF: hue angle of 228º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CDD7FF is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 215 | 255 | - |
| CMYK | 0.20 | 0.16 | 0 | 0 |
| HSL | 228º | 1% | 0.9% | - |
| HSV(B) | 228º | 0.2% | 1% | - |
| XYZ | 67.53 | 68.8 | 104.33 | - |
| YUV | 216.57 | 149.69 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 215 | 255 | 0.20 | 0.16 | 0 | 0 | 228 | 1 | 0.9 |
| Hex | CD | D7 | FF | 14 | 10 | 0 | 0 | E4 | 64 | 5A |
| Octal | 315 | 327 | 377 | 24 | 20 | 0 | 0 | 344 | 144 | 132 |
| Binary | 11001101 | 11010111 | 11111111 | 10100 | 10000 | 0 | 0 | 11100100 | 1100100 | 1011010 |
Color Harmonies of #CDD7FF
Complementary color
Monochromatic Colors of #CDD7FF
Black with #CDD7FF
Text Example
Text Example
White with #CDD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD7FF; }
p { color: rgb(205,215,255); }
H1.HeaderClassName
{
color: #CDD7FF;
}
.AnyTagClassName
{
color: #CDD7FF;
}
</style>
background-color css
<style>
a { background-color: #CDD7FF; }
a { background-color: rgb(205,215,255); }
div.DivClassName
{
background-color: #CDD7FF;
}
.BgClassName
{
background-color: #CDD7FF;
}
</style>
border-color css
<style>
span { border-color: #CDD7FF; }
span { border-color: rgb(205,215,255); }
td.TdClassName
{
border-color: #CDD7FF;
}
.TagClassName
{
border-color: #CDD7FF;
}
</style>