Shades of Lavender Blue #CDD4FC
Tints of Lavender Blue #CDD4FC
RGB
CMYK
RGB Variations
Color information
#CDD4FC (or 0xCDD4FC) is known color: Lavender Blue. HEX triplet: CD, D4 and FC. RGB value is (205,212,252). Sum of RGB (Red+Green+Blue) = 205+212+252=669 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.64% from 669); Green value is 212 (83.20% from 255 or 31.69% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDD4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4FC is #322B03. Grayscale: #D6D6D6. Windows color (decimal): -3287812 or 16569549. OLE color: 16569549.
HSL color Cylindrical-coordinate representation of color #CDD4FC: hue angle of 231.06º 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 #CDD4FC is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 212 | 252 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.01 |
| HSL | 231.06º | 0.89% | 0.9% | - |
| HSV(B) | 231.06º | 0.19% | 0.99% | - |
| XYZ | 66.29 | 67.09 | 101.55 | - |
| YUV | 214.47 | 149.18 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 252 | 0.19 | 0.16 | 0 | 0.01 | 231.06 | 0.89 | 0.9 |
| Hex | CD | D4 | FC | 13 | 10 | 0 | 1 | E7 | 59 | 5A |
| Octal | 315 | 324 | 374 | 23 | 20 | 0 | 1 | 347 | 131 | 132 |
| Binary | 11001101 | 11010100 | 11111100 | 10011 | 10000 | 0 | 1 | 11100111 | 1011001 | 1011010 |
Color Harmonies of #CDD4FC
Complementary color
Monochromatic Colors of #CDD4FC
Black with #CDD4FC
Text Example
Text Example
White with #CDD4FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4FC; }
p { color: rgb(205,212,252); }
H1.HeaderClassName
{
color: #CDD4FC;
}
.AnyTagClassName
{
color: #CDD4FC;
}
</style>
background-color css
<style>
a { background-color: #CDD4FC; }
a { background-color: rgb(205,212,252); }
div.DivClassName
{
background-color: #CDD4FC;
}
.BgClassName
{
background-color: #CDD4FC;
}
</style>
border-color css
<style>
span { border-color: #CDD4FC; }
span { border-color: rgb(205,212,252); }
td.TdClassName
{
border-color: #CDD4FC;
}
.TagClassName
{
border-color: #CDD4FC;
}
</style>