Shades of Lavender Blue #CDD4FB
Tints of Lavender Blue #CDD4FB
RGB
CMYK
RGB Variations
Color information
#CDD4FB (or 0xCDD4FB) is known color: Lavender Blue. HEX triplet: CD, D4 and FB. RGB value is (205,212,251). Sum of RGB (Red+Green+Blue) = 205+212+251=668 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.69% from 668); Green value is 212 (83.20% from 255 or 31.74% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDD4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD4FB is #322B04. Grayscale: #D6D6D6. Windows color (decimal): -3287813 or 16504013. OLE color: 16504013.
HSL color Cylindrical-coordinate representation of color #CDD4FB: hue angle of 230.87º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CDD4FB is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 212 | 251 | - |
| CMYK | 0.18 | 0.16 | 0 | 0.02 |
| HSL | 230.87º | 0.85% | 0.89% | - |
| HSV(B) | 230.87º | 0.18% | 0.98% | - |
| XYZ | 66.13 | 67.03 | 100.72 | - |
| YUV | 214.35 | 148.68 | 121.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 212 | 251 | 0.18 | 0.16 | 0 | 0.02 | 230.87 | 0.85 | 0.89 |
| Hex | CD | D4 | FB | 12 | 10 | 0 | 2 | E7 | 55 | 59 |
| Octal | 315 | 324 | 373 | 22 | 20 | 0 | 2 | 347 | 125 | 131 |
| Binary | 11001101 | 11010100 | 11111011 | 10010 | 10000 | 0 | 10 | 11100111 | 1010101 | 1011001 |
Color Harmonies of #CDD4FB
Complementary color
Monochromatic Colors of #CDD4FB
Black with #CDD4FB
Text Example
Text Example
White with #CDD4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD4FB; }
p { color: rgb(205,212,251); }
H1.HeaderClassName
{
color: #CDD4FB;
}
.AnyTagClassName
{
color: #CDD4FB;
}
</style>
background-color css
<style>
a { background-color: #CDD4FB; }
a { background-color: rgb(205,212,251); }
div.DivClassName
{
background-color: #CDD4FB;
}
.BgClassName
{
background-color: #CDD4FB;
}
</style>
border-color css
<style>
span { border-color: #CDD4FB; }
span { border-color: rgb(205,212,251); }
td.TdClassName
{
border-color: #CDD4FB;
}
.TagClassName
{
border-color: #CDD4FB;
}
</style>