Shades of Lavender Blue #CDD3FC
Tints of Lavender Blue #CDD3FC
RGB
CMYK
RGB Variations
Color information
#CDD3FC (or 0xCDD3FC) is known color: Lavender Blue. HEX triplet: CD, D3 and FC. RGB value is (205,211,252). Sum of RGB (Red+Green+Blue) = 205+211+252=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 211 (82.81% from 255 or 31.59% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD3FC is #322C03. Grayscale: #D5D5D5. Windows color (decimal): -3288068 or 16569293. OLE color: 16569293.
HSL color Cylindrical-coordinate representation of color #CDD3FC: hue angle of 232.34º degrees, saturation: 0.89, 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 #CDD3FC is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 211 | 252 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.01 |
| HSL | 232.34º | 0.89% | 0.9% | - |
| HSV(B) | 232.34º | 0.19% | 0.99% | - |
| XYZ | 66.04 | 66.6 | 101.47 | - |
| YUV | 213.88 | 149.51 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 211 | 252 | 0.19 | 0.16 | 0 | 0.01 | 232.34 | 0.89 | 0.9 |
| Hex | CD | D3 | FC | 13 | 10 | 0 | 1 | E8 | 59 | 5A |
| Octal | 315 | 323 | 374 | 23 | 20 | 0 | 1 | 350 | 131 | 132 |
| Binary | 11001101 | 11010011 | 11111100 | 10011 | 10000 | 0 | 1 | 11101000 | 1011001 | 1011010 |
Color Harmonies of #CDD3FC
Complementary color
Monochromatic Colors of #CDD3FC
Black with #CDD3FC
Text Example
Text Example
White with #CDD3FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD3FC; }
p { color: rgb(205,211,252); }
H1.HeaderClassName
{
color: #CDD3FC;
}
.AnyTagClassName
{
color: #CDD3FC;
}
</style>
background-color css
<style>
a { background-color: #CDD3FC; }
a { background-color: rgb(205,211,252); }
div.DivClassName
{
background-color: #CDD3FC;
}
.BgClassName
{
background-color: #CDD3FC;
}
</style>
border-color css
<style>
span { border-color: #CDD3FC; }
span { border-color: rgb(205,211,252); }
td.TdClassName
{
border-color: #CDD3FC;
}
.TagClassName
{
border-color: #CDD3FC;
}
</style>