Shades of Lavender Blue #CDC2FB
Tints of Lavender Blue #CDC2FB
RGB
CMYK
RGB Variations
Color information
#CDC2FB (or 0xCDC2FB) is known color: Lavender Blue. HEX triplet: CD, C2 and FB. RGB value is (205,194,251). Sum of RGB (Red+Green+Blue) = 205+194+251=650 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.54% from 650); Green value is 194 (76.17% from 255 or 29.85% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #CDC2FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC2FB is #323D04. Grayscale: #CBCBCB. Windows color (decimal): -3292421 or 16499405. OLE color: 16499405.
HSL color Cylindrical-coordinate representation of color #CDC2FB: hue angle of 251.58º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CDC2FB is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 194 | 251 | - |
| CMYK | 0.18 | 0.23 | 0 | 0.02 |
| HSL | 251.58º | 0.88% | 0.87% | - |
| HSV(B) | 251.58º | 0.23% | 0.98% | - |
| XYZ | 61.88 | 58.53 | 99.3 | - |
| YUV | 203.79 | 154.64 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 251 | 0.18 | 0.23 | 0 | 0.02 | 251.58 | 0.88 | 0.87 |
| Hex | CD | C2 | FB | 12 | 17 | 0 | 2 | FC | 58 | 57 |
| Octal | 315 | 302 | 373 | 22 | 27 | 0 | 2 | 374 | 130 | 127 |
| Binary | 11001101 | 11000010 | 11111011 | 10010 | 10111 | 0 | 10 | 11111100 | 1011000 | 1010111 |
Color Harmonies of #CDC2FB
Complementary color
Monochromatic Colors of #CDC2FB
Black with #CDC2FB
Text Example
Text Example
White with #CDC2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2FB; }
p { color: rgb(205,194,251); }
H1.HeaderClassName
{
color: #CDC2FB;
}
.AnyTagClassName
{
color: #CDC2FB;
}
</style>
background-color css
<style>
a { background-color: #CDC2FB; }
a { background-color: rgb(205,194,251); }
div.DivClassName
{
background-color: #CDC2FB;
}
.BgClassName
{
background-color: #CDC2FB;
}
</style>
border-color css
<style>
span { border-color: #CDC2FB; }
span { border-color: rgb(205,194,251); }
td.TdClassName
{
border-color: #CDC2FB;
}
.TagClassName
{
border-color: #CDC2FB;
}
</style>