Shades of Lavender Blue #CDC7FE
Tints of Lavender Blue #CDC7FE
RGB
CMYK
RGB Variations
Color information
#CDC7FE (or 0xCDC7FE) is known color: Lavender Blue. HEX triplet: CD, C7 and FE. RGB value is (205,199,254). Sum of RGB (Red+Green+Blue) = 205+199+254=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 199 (78.12% from 255 or 30.24% from 658); Blue value is 254 (99.61% from 255 or 38.60% from 658); Max value from RGB is 254 - color contains mainly: blue. Hex color #CDC7FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDC7FE is #323801. Grayscale: #CECECE. Windows color (decimal): -3291138 or 16697293. OLE color: 16697293.
HSL color Cylindrical-coordinate representation of color #CDC7FE: hue angle of 246.55º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CDC7FE is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 205 | 199 | 254 | - |
| CMYK | 0.19 | 0.22 | 0 | 0.00 |
| HSL | 246.55º | 0.96% | 0.89% | - |
| HSV(B) | 246.55º | 0.22% | 1% | - |
| XYZ | 63.49 | 60.98 | 102.19 | - |
| YUV | 207.06 | 154.49 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 199 | 254 | 0.19 | 0.22 | 0 | 0.00 | 246.55 | 0.96 | 0.89 |
| Hex | CD | C7 | FE | 13 | 16 | 0 | 0 | F7 | 60 | 59 |
| Octal | 315 | 307 | 376 | 23 | 26 | 0 | 0 | 367 | 140 | 131 |
| Binary | 11001101 | 11000111 | 11111110 | 10011 | 10110 | 0 | 0 | 11110111 | 1100000 | 1011001 |
Color Harmonies of #CDC7FE
Complementary color
Monochromatic Colors of #CDC7FE
Black with #CDC7FE
Text Example
Text Example
White with #CDC7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC7FE; }
p { color: rgb(205,199,254); }
H1.HeaderClassName
{
color: #CDC7FE;
}
.AnyTagClassName
{
color: #CDC7FE;
}
</style>
background-color css
<style>
a { background-color: #CDC7FE; }
a { background-color: rgb(205,199,254); }
div.DivClassName
{
background-color: #CDC7FE;
}
.BgClassName
{
background-color: #CDC7FE;
}
</style>
border-color css
<style>
span { border-color: #CDC7FE; }
span { border-color: rgb(205,199,254); }
td.TdClassName
{
border-color: #CDC7FE;
}
.TagClassName
{
border-color: #CDC7FE;
}
</style>