Shades of Lavender Blue #CDD0FD
Tints of Lavender Blue #CDD0FD
RGB
CMYK
RGB Variations
Color information
#CDD0FD (or 0xCDD0FD) is known color: Lavender Blue. HEX triplet: CD, D0 and FD. RGB value is (205,208,253). Sum of RGB (Red+Green+Blue) = 205+208+253=666 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.78% from 666); Green value is 208 (81.64% from 255 or 31.23% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD0FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD0FD is #322F02. Grayscale: #D4D4D4. Windows color (decimal): -3288835 or 16634061. OLE color: 16634061.
HSL color Cylindrical-coordinate representation of color #CDD0FD: hue angle of 236.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 #CDD0FD is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 208 | 253 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.01 |
| HSL | 236.25º | 0.92% | 0.9% | - |
| HSV(B) | 236.25º | 0.19% | 0.99% | - |
| XYZ | 65.46 | 65.18 | 102.06 | - |
| YUV | 212.23 | 151.01 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 208 | 253 | 0.19 | 0.18 | 0 | 0.01 | 236.25 | 0.92 | 0.9 |
| Hex | CD | D0 | FD | 13 | 12 | 0 | 1 | EC | 5C | 5A |
| Octal | 315 | 320 | 375 | 23 | 22 | 0 | 1 | 354 | 134 | 132 |
| Binary | 11001101 | 11010000 | 11111101 | 10011 | 10010 | 0 | 1 | 11101100 | 1011100 | 1011010 |
Color Harmonies of #CDD0FD
Complementary color
Monochromatic Colors of #CDD0FD
Black with #CDD0FD
Text Example
Text Example
White with #CDD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD0FD; }
p { color: rgb(205,208,253); }
H1.HeaderClassName
{
color: #CDD0FD;
}
.AnyTagClassName
{
color: #CDD0FD;
}
</style>
background-color css
<style>
a { background-color: #CDD0FD; }
a { background-color: rgb(205,208,253); }
div.DivClassName
{
background-color: #CDD0FD;
}
.BgClassName
{
background-color: #CDD0FD;
}
</style>
border-color css
<style>
span { border-color: #CDD0FD; }
span { border-color: rgb(205,208,253); }
td.TdClassName
{
border-color: #CDD0FD;
}
.TagClassName
{
border-color: #CDD0FD;
}
</style>