Shades of Lavender Blue #CDD4FD
Tints of Lavender Blue #CDD4FD
RGB
CMYK
RGB Variations
Color information
#CDD4FD (or 0xCDD4FD) is known color: Lavender Blue. HEX triplet: CD, D4 and FD. RGB value is (205,212,253). Sum of RGB (Red+Green+Blue) = 205+212+253=670 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.60% from 670); Green value is 212 (83.20% from 255 or 31.64% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4FD is #322B02. Grayscale: #D6D6D6. Windows color (decimal): -3287811 or 16635085. OLE color: 16635085.
HSL color Cylindrical-coordinate representation of color #CDD4FD: hue angle of 231.25º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDD4FD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 212 | 253 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.01 |
| HSL | 231.25º | 0.92% | 0.9% | - |
| HSV(B) | 231.25º | 0.19% | 0.99% | - |
| XYZ | 66.45 | 67.16 | 102.39 | - |
| YUV | 214.58 | 149.68 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 253 | 0.19 | 0.16 | 0 | 0.01 | 231.25 | 0.92 | 0.9 |
| Hex | CD | D4 | FD | 13 | 10 | 0 | 1 | E7 | 5C | 5A |
| Octal | 315 | 324 | 375 | 23 | 20 | 0 | 1 | 347 | 134 | 132 |
| Binary | 11001101 | 11010100 | 11111101 | 10011 | 10000 | 0 | 1 | 11100111 | 1011100 | 1011010 |
Color Harmonies of #CDD4FD
Complementary color
Monochromatic Colors of #CDD4FD
Black with #CDD4FD
Text Example
Text Example
White with #CDD4FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4FD; }
p { color: rgb(205,212,253); }
H1.HeaderClassName
{
color: #CDD4FD;
}
.AnyTagClassName
{
color: #CDD4FD;
}
</style>
background-color css
<style>
a { background-color: #CDD4FD; }
a { background-color: rgb(205,212,253); }
div.DivClassName
{
background-color: #CDD4FD;
}
.BgClassName
{
background-color: #CDD4FD;
}
</style>
border-color css
<style>
span { border-color: #CDD4FD; }
span { border-color: rgb(205,212,253); }
td.TdClassName
{
border-color: #CDD4FD;
}
.TagClassName
{
border-color: #CDD4FD;
}
</style>