Shades of Lavender Blue #CDD1FD
Tints of Lavender Blue #CDD1FD
RGB
CMYK
RGB Variations
Color information
#CDD1FD (or 0xCDD1FD) is known color: Lavender Blue. HEX triplet: CD, D1 and FD. RGB value is (205,209,253). Sum of RGB (Red+Green+Blue) = 205+209+253=667 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.73% from 667); Green value is 209 (82.03% from 255 or 31.33% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #CDD1FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD1FD is #322E02. Grayscale: #D4D4D4. Windows color (decimal): -3288579 or 16634317. OLE color: 16634317.
HSL color Cylindrical-coordinate representation of color #CDD1FD: hue angle of 235º 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 #CDD1FD is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 205 | 209 | 253 | - |
CMYK | 0.19 | 0.17 | 0 | 0.01 |
HSL | 235º | 0.92% | 0.9% | - |
HSV(B) | 235º | 0.19% | 0.99% | - |
XYZ | 65.71 | 65.67 | 102.14 | - |
YUV | 212.82 | 150.67 | 122.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 209 | 253 | 0.19 | 0.17 | 0 | 0.01 | 235 | 0.92 | 0.9 |
Hex | CD | D1 | FD | 13 | 11 | 0 | 1 | EB | 5C | 5A |
Octal | 315 | 321 | 375 | 23 | 21 | 0 | 1 | 353 | 134 | 132 |
Binary | 11001101 | 11010001 | 11111101 | 10011 | 10001 | 0 | 1 | 11101011 | 1011100 | 1011010 |
Color Harmonies of #CDD1FD
Complementary color
Monochromatic Colors of #CDD1FD
Black with #CDD1FD
Text Example
Text Example
White with #CDD1FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD1FD; }
p { color: rgb(205,209,253); }
H1.HeaderClassName
{
color: #CDD1FD;
}
.AnyTagClassName
{
color: #CDD1FD;
}
</style>
background-color css
<style>
a { background-color: #CDD1FD; }
a { background-color: rgb(205,209,253); }
div.DivClassName
{
background-color: #CDD1FD;
}
.BgClassName
{
background-color: #CDD1FD;
}
</style>
border-color css
<style>
span { border-color: #CDD1FD; }
span { border-color: rgb(205,209,253); }
td.TdClassName
{
border-color: #CDD1FD;
}
.TagClassName
{
border-color: #CDD1FD;
}
</style>