Shades of Lavender Blue #CDD4FA
Tints of Lavender Blue #CDD4FA
RGB
CMYK
RGB Variations
Color information
#CDD4FA (or 0xCDD4FA) is known color: Lavender Blue. HEX triplet: CD, D4 and FA. RGB value is (205,212,250). Sum of RGB (Red+Green+Blue) = 205+212+250=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 212 (83.20% from 255 or 31.78% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDD4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4FA is #322B05. Grayscale: #D6D6D6. Windows color (decimal): -3287814 or 16438477. OLE color: 16438477.
HSL color Cylindrical-coordinate representation of color #CDD4FA: hue angle of 230.67º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD4FA is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 212 | 250 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.02 |
| HSL | 230.67º | 0.82% | 0.89% | - |
| HSV(B) | 230.67º | 0.18% | 0.98% | - |
| XYZ | 65.98 | 66.97 | 99.89 | - |
| YUV | 214.24 | 148.18 | 121.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 250 | 0.18 | 0.15 | 0 | 0.02 | 230.67 | 0.82 | 0.89 |
| Hex | CD | D4 | FA | 12 | F | 0 | 2 | E7 | 52 | 59 |
| Octal | 315 | 324 | 372 | 22 | 17 | 0 | 2 | 347 | 122 | 131 |
| Binary | 11001101 | 11010100 | 11111010 | 10010 | 1111 | 0 | 10 | 11100111 | 1010010 | 1011001 |
Color Harmonies of #CDD4FA
Complementary color
Monochromatic Colors of #CDD4FA
Black with #CDD4FA
Text Example
Text Example
White with #CDD4FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4FA; }
p { color: rgb(205,212,250); }
H1.HeaderClassName
{
color: #CDD4FA;
}
.AnyTagClassName
{
color: #CDD4FA;
}
</style>
background-color css
<style>
a { background-color: #CDD4FA; }
a { background-color: rgb(205,212,250); }
div.DivClassName
{
background-color: #CDD4FA;
}
.BgClassName
{
background-color: #CDD4FA;
}
</style>
border-color css
<style>
span { border-color: #CDD4FA; }
span { border-color: rgb(205,212,250); }
td.TdClassName
{
border-color: #CDD4FA;
}
.TagClassName
{
border-color: #CDD4FA;
}
</style>