Shades of Lavender Blue #CDD4FF
Tints of Lavender Blue #CDD4FF
RGB
CMYK
RGB Variations
Color information
#CDD4FF (or 0xCDD4FF) is known color: Lavender Blue. HEX triplet: CD, D4 and FF. RGB value is (205,212,255). Sum of RGB (Red+Green+Blue) = 205+212+255=672 (89% of max value = 765). Red value is 205 (80.47% from 255 or 30.51% from 672); Green value is 212 (83.20% from 255 or 31.55% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #CDD4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4FF is #322B00. Grayscale: #D6D6D6. Windows color (decimal): -3287809 or 16766157. OLE color: 16766157.
HSL color Cylindrical-coordinate representation of color #CDD4FF: hue angle of 231.6º 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 #CDD4FF is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 205 | 212 | 255 | - |
| CMYK | 0.20 | 0.17 | 0 | 0 |
| HSL | 231.6º | 1% | 0.9% | - |
| HSV(B) | 231.6º | 0.2% | 1% | - |
| XYZ | 66.77 | 67.29 | 104.08 | - |
| YUV | 214.81 | 150.68 | 121 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 255 | 0.20 | 0.17 | 0 | 0 | 231.6 | 1 | 0.9 |
| Hex | CD | D4 | FF | 14 | 11 | 0 | 0 | E8 | 64 | 5A |
| Octal | 315 | 324 | 377 | 24 | 21 | 0 | 0 | 350 | 144 | 132 |
| Binary | 11001101 | 11010100 | 11111111 | 10100 | 10001 | 0 | 0 | 11101000 | 1100100 | 1011010 |
Color Harmonies of #CDD4FF
Complementary color
Monochromatic Colors of #CDD4FF
Black with #CDD4FF
Text Example
Text Example
White with #CDD4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4FF; }
p { color: rgb(205,212,255); }
H1.HeaderClassName
{
color: #CDD4FF;
}
.AnyTagClassName
{
color: #CDD4FF;
}
</style>
background-color css
<style>
a { background-color: #CDD4FF; }
a { background-color: rgb(205,212,255); }
div.DivClassName
{
background-color: #CDD4FF;
}
.BgClassName
{
background-color: #CDD4FF;
}
</style>
border-color css
<style>
span { border-color: #CDD4FF; }
span { border-color: rgb(205,212,255); }
td.TdClassName
{
border-color: #CDD4FF;
}
.TagClassName
{
border-color: #CDD4FF;
}
</style>