Shades of Lavender Blue #CDC2FA
Tints of Lavender Blue #CDC2FA
RGB
CMYK
RGB Variations
Color information
#CDC2FA (or 0xCDC2FA) is known color: Lavender Blue. HEX triplet: CD, C2 and FA. RGB value is (205,194,250). Sum of RGB (Red+Green+Blue) = 205+194+250=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 194 (76.17% from 255 or 29.89% from 649); Blue value is 250 (98.05% from 255 or 38.52% from 649); Max value from RGB is 250 - color contains mainly: blue. Hex color #CDC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC2FA is #323D05. Grayscale: #CBCBCB. Windows color (decimal): -3292422 or 16433869. OLE color: 16433869.
HSL color Cylindrical-coordinate representation of color #CDC2FA: hue angle of 251.79º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDC2FA is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 205 | 194 | 250 | - |
| CMYK | 0.18 | 0.22 | 0 | 0.02 |
| HSL | 251.79º | 0.85% | 0.87% | - |
| HSV(B) | 251.79º | 0.22% | 0.98% | - |
| XYZ | 61.72 | 58.46 | 98.47 | - |
| YUV | 203.67 | 154.14 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 194 | 250 | 0.18 | 0.22 | 0 | 0.02 | 251.79 | 0.85 | 0.87 |
| Hex | CD | C2 | FA | 12 | 16 | 0 | 2 | FC | 55 | 57 |
| Octal | 315 | 302 | 372 | 22 | 26 | 0 | 2 | 374 | 125 | 127 |
| Binary | 11001101 | 11000010 | 11111010 | 10010 | 10110 | 0 | 10 | 11111100 | 1010101 | 1010111 |
Color Harmonies of #CDC2FA
Complementary color
Monochromatic Colors of #CDC2FA
Black with #CDC2FA
Text Example
Text Example
White with #CDC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC2FA; }
p { color: rgb(205,194,250); }
H1.HeaderClassName
{
color: #CDC2FA;
}
.AnyTagClassName
{
color: #CDC2FA;
}
</style>
background-color css
<style>
a { background-color: #CDC2FA; }
a { background-color: rgb(205,194,250); }
div.DivClassName
{
background-color: #CDC2FA;
}
.BgClassName
{
background-color: #CDC2FA;
}
</style>
border-color css
<style>
span { border-color: #CDC2FA; }
span { border-color: rgb(205,194,250); }
td.TdClassName
{
border-color: #CDC2FA;
}
.TagClassName
{
border-color: #CDC2FA;
}
</style>