Shades of Lavender Blue #CDD5FD
Tints of Lavender Blue #CDD5FD
RGB
CMYK
RGB Variations
Color information
#CDD5FD (or 0xCDD5FD) is known color: Lavender Blue. HEX triplet: CD, D5 and FD. RGB value is (205,213,253). Sum of RGB (Red+Green+Blue) = 205+213+253=671 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.55% from 671); Green value is 213 (83.59% from 255 or 31.74% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD5FD is #322A02. Grayscale: #D7D7D7. Windows color (decimal): -3287555 or 16635341. OLE color: 16635341.
HSL color Cylindrical-coordinate representation of color #CDD5FD: hue angle of 230º 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 #CDD5FD is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 213 | 253 | - |
CMYK | 0.19 | 0.16 | 0 | 0.01 |
HSL | 230º | 0.92% | 0.9% | - |
HSV(B) | 230º | 0.19% | 0.99% | - |
XYZ | 66.7 | 67.66 | 102.47 | - |
YUV | 215.17 | 149.35 | 120.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 213 | 253 | 0.19 | 0.16 | 0 | 0.01 | 230 | 0.92 | 0.9 |
Hex | CD | D5 | FD | 13 | 10 | 0 | 1 | E6 | 5C | 5A |
Octal | 315 | 325 | 375 | 23 | 20 | 0 | 1 | 346 | 134 | 132 |
Binary | 11001101 | 11010101 | 11111101 | 10011 | 10000 | 0 | 1 | 11100110 | 1011100 | 1011010 |
Color Harmonies of #CDD5FD
Complementary color
Monochromatic Colors of #CDD5FD
Black with #CDD5FD
Text Example
Text Example
White with #CDD5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD5FD; }
p { color: rgb(205,213,253); }
H1.HeaderClassName
{
color: #CDD5FD;
}
.AnyTagClassName
{
color: #CDD5FD;
}
</style>
background-color css
<style>
a { background-color: #CDD5FD; }
a { background-color: rgb(205,213,253); }
div.DivClassName
{
background-color: #CDD5FD;
}
.BgClassName
{
background-color: #CDD5FD;
}
</style>
border-color css
<style>
span { border-color: #CDD5FD; }
span { border-color: rgb(205,213,253); }
td.TdClassName
{
border-color: #CDD5FD;
}
.TagClassName
{
border-color: #CDD5FD;
}
</style>