Shades of Lavender Blue #CDCCFC
Tints of Lavender Blue #CDCCFC
RGB
CMYK
RGB Variations
Color information
#CDCCFC (or 0xCDCCFC) is known color: Lavender Blue. HEX triplet: CD, CC and FC. RGB value is (205,204,252). Sum of RGB (Red+Green+Blue) = 205+204+252=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 204 (80.08% from 255 or 30.86% from 661); Blue value is 252 (98.83% from 255 or 38.12% from 661); Max value from RGB is 252 - color contains mainly: blue. Hex color #CDCCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDCCFC is #323303. Grayscale: #D1D1D1. Windows color (decimal): -3289860 or 16567501. OLE color: 16567501.
HSL color Cylindrical-coordinate representation of color #CDCCFC: hue angle of 241.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CDCCFC is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 205 | 204 | 252 | - |
| CMYK | 0.19 | 0.19 | 0 | 0.01 |
| HSL | 241.25º | 0.89% | 0.89% | - |
| HSV(B) | 241.25º | 0.19% | 0.99% | - |
| XYZ | 64.34 | 63.19 | 100.9 | - |
| YUV | 209.77 | 151.83 | 124.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 204 | 252 | 0.19 | 0.19 | 0 | 0.01 | 241.25 | 0.89 | 0.89 |
| Hex | CD | CC | FC | 13 | 13 | 0 | 1 | F1 | 59 | 59 |
| Octal | 315 | 314 | 374 | 23 | 23 | 0 | 1 | 361 | 131 | 131 |
| Binary | 11001101 | 11001100 | 11111100 | 10011 | 10011 | 0 | 1 | 11110001 | 1011001 | 1011001 |
Color Harmonies of #CDCCFC
Complementary color
Monochromatic Colors of #CDCCFC
Black with #CDCCFC
Text Example
Text Example
White with #CDCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDCCFC; }
p { color: rgb(205,204,252); }
H1.HeaderClassName
{
color: #CDCCFC;
}
.AnyTagClassName
{
color: #CDCCFC;
}
</style>
background-color css
<style>
a { background-color: #CDCCFC; }
a { background-color: rgb(205,204,252); }
div.DivClassName
{
background-color: #CDCCFC;
}
.BgClassName
{
background-color: #CDCCFC;
}
</style>
border-color css
<style>
span { border-color: #CDCCFC; }
span { border-color: rgb(205,204,252); }
td.TdClassName
{
border-color: #CDCCFC;
}
.TagClassName
{
border-color: #CDCCFC;
}
</style>