Shades of Lavender Blue #CCCEFA
Tints of Lavender Blue #CCCEFA
RGB
CMYK
RGB Variations
Color information
#CCCEFA (or 0xCCCEFA) is known color: Lavender Blue. HEX triplet: CC, CE and FA. RGB value is (204,206,250). Sum of RGB (Red+Green+Blue) = 204+206+250=660 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.91% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 250 (98.05% from 255 or 37.88% from 660); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCCEFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEFA is #333105. Grayscale: #D2D2D2. Windows color (decimal): -3354886 or 16436940. OLE color: 16436940.
HSL color Cylindrical-coordinate representation of color #CCCEFA: hue angle of 237.39º degrees, saturation: 0.82, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCEFA is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 206 | 250 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.02 |
| HSL | 237.39º | 0.82% | 0.89% | - |
| HSV(B) | 237.39º | 0.18% | 0.98% | - |
| XYZ | 64.23 | 63.88 | 99.39 | - |
| YUV | 210.42 | 150.34 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 250 | 0.18 | 0.18 | 0 | 0.02 | 237.39 | 0.82 | 0.89 |
| Hex | CC | CE | FA | 12 | 12 | 0 | 2 | ED | 52 | 59 |
| Octal | 314 | 316 | 372 | 22 | 22 | 0 | 2 | 355 | 122 | 131 |
| Binary | 11001100 | 11001110 | 11111010 | 10010 | 10010 | 0 | 10 | 11101101 | 1010010 | 1011001 |
Color Harmonies of #CCCEFA
Complementary color
Monochromatic Colors of #CCCEFA
Black with #CCCEFA
Text Example
Text Example
White with #CCCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEFA; }
p { color: rgb(204,206,250); }
H1.HeaderClassName
{
color: #CCCEFA;
}
.AnyTagClassName
{
color: #CCCEFA;
}
</style>
background-color css
<style>
a { background-color: #CCCEFA; }
a { background-color: rgb(204,206,250); }
div.DivClassName
{
background-color: #CCCEFA;
}
.BgClassName
{
background-color: #CCCEFA;
}
</style>
border-color css
<style>
span { border-color: #CCCEFA; }
span { border-color: rgb(204,206,250); }
td.TdClassName
{
border-color: #CCCEFA;
}
.TagClassName
{
border-color: #CCCEFA;
}
</style>