Shades of Lavender Blue #CCCEF3
Tints of Lavender Blue #CCCEF3
RGB
CMYK
RGB Variations
Color information
#CCCEF3 (or 0xCCCEF3) is known color: Lavender Blue. HEX triplet: CC, CE and F3. RGB value is (204,206,243). Sum of RGB (Red+Green+Blue) = 204+206+243=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 206 (80.86% from 255 or 31.55% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #CCCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCEF3 is #33310C. Grayscale: #D1D1D1. Windows color (decimal): -3354893 or 15978188. OLE color: 15978188.
HSL color Cylindrical-coordinate representation of color #CCCEF3: hue angle of 236.92º degrees, saturation: 0.62, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCEF3 is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 206 | 243 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.05 |
| HSL | 236.92º | 0.62% | 0.88% | - |
| HSV(B) | 236.92º | 0.16% | 0.95% | - |
| XYZ | 63.15 | 63.45 | 93.71 | - |
| YUV | 209.62 | 146.84 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 206 | 243 | 0.16 | 0.15 | 0 | 0.05 | 236.92 | 0.62 | 0.88 |
| Hex | CC | CE | F3 | 10 | F | 0 | 5 | ED | 3E | 58 |
| Octal | 314 | 316 | 363 | 20 | 17 | 0 | 5 | 355 | 76 | 130 |
| Binary | 11001100 | 11001110 | 11110011 | 10000 | 1111 | 0 | 101 | 11101101 | 111110 | 1011000 |
Color Harmonies of #CCCEF3
Complementary color
Monochromatic Colors of #CCCEF3
Black with #CCCEF3
Text Example
Text Example
White with #CCCEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCEF3; }
p { color: rgb(204,206,243); }
H1.HeaderClassName
{
color: #CCCEF3;
}
.AnyTagClassName
{
color: #CCCEF3;
}
</style>
background-color css
<style>
a { background-color: #CCCEF3; }
a { background-color: rgb(204,206,243); }
div.DivClassName
{
background-color: #CCCEF3;
}
.BgClassName
{
background-color: #CCCEF3;
}
</style>
border-color css
<style>
span { border-color: #CCCEF3; }
span { border-color: rgb(204,206,243); }
td.TdClassName
{
border-color: #CCCEF3;
}
.TagClassName
{
border-color: #CCCEF3;
}
</style>