Shades of Lavender Blue #CCCDFB
Tints of Lavender Blue #CCCDFB
RGB
CMYK
RGB Variations
Color information
#CCCDFB (or 0xCCCDFB) is known color: Lavender Blue. HEX triplet: CC, CD and FB. RGB value is (204,205,251). Sum of RGB (Red+Green+Blue) = 204+205+251=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 251 (98.44% from 255 or 38.03% from 660); Max value from RGB is 251 - color contains mainly: blue. Hex color #CCCDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCDFB is #333204. Grayscale: #D1D1D1. Windows color (decimal): -3355141 or 16502220. OLE color: 16502220.
HSL color Cylindrical-coordinate representation of color #CCCDFB: hue angle of 238.72º degrees, saturation: 0.85, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCDFB is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 205 | 251 | - |
| CMYK | 0.19 | 0.18 | 0 | 0.02 |
| HSL | 238.72º | 0.85% | 0.89% | - |
| HSV(B) | 238.72º | 0.19% | 0.98% | - |
| XYZ | 64.15 | 63.47 | 100.14 | - |
| YUV | 209.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 205 | 251 | 0.19 | 0.18 | 0 | 0.02 | 238.72 | 0.85 | 0.89 |
| Hex | CC | CD | FB | 13 | 12 | 0 | 2 | EF | 55 | 59 |
| Octal | 314 | 315 | 373 | 23 | 22 | 0 | 2 | 357 | 125 | 131 |
| Binary | 11001100 | 11001101 | 11111011 | 10011 | 10010 | 0 | 10 | 11101111 | 1010101 | 1011001 |
Color Harmonies of #CCCDFB
Complementary color
Monochromatic Colors of #CCCDFB
Black with #CCCDFB
Text Example
Text Example
White with #CCCDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCDFB; }
p { color: rgb(204,205,251); }
H1.HeaderClassName
{
color: #CCCDFB;
}
.AnyTagClassName
{
color: #CCCDFB;
}
</style>
background-color css
<style>
a { background-color: #CCCDFB; }
a { background-color: rgb(204,205,251); }
div.DivClassName
{
background-color: #CCCDFB;
}
.BgClassName
{
background-color: #CCCDFB;
}
</style>
border-color css
<style>
span { border-color: #CCCDFB; }
span { border-color: rgb(204,205,251); }
td.TdClassName
{
border-color: #CCCDFB;
}
.TagClassName
{
border-color: #CCCDFB;
}
</style>