Shades of Lavender Blue #CCC6EE
Tints of Lavender Blue #CCC6EE
RGB
CMYK
RGB Variations
Color information
#CCC6EE (or 0xCCC6EE) is known color: Lavender Blue. HEX triplet: CC, C6 and EE. RGB value is (204,198,238). Sum of RGB (Red+Green+Blue) = 204+198+238=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 198 (77.73% from 255 or 30.94% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCC6EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC6EE is #333911. Grayscale: #CCCCCC. Windows color (decimal): -3356946 or 15648460. OLE color: 15648460.
HSL color Cylindrical-coordinate representation of color #CCC6EE: hue angle of 249º degrees, saturation: 0.54, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC6EE is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 198 | 238 | - |
CMYK | 0.14 | 0.17 | 0 | 0.07 |
HSL | 249º | 0.54% | 0.85% | - |
HSV(B) | 249º | 0.17% | 0.93% | - |
XYZ | 60.53 | 59.4 | 89.16 | - |
YUV | 204.35 | 146.99 | 127.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 198 | 238 | 0.14 | 0.17 | 0 | 0.07 | 249 | 0.54 | 0.85 |
Hex | CC | C6 | EE | E | 11 | 0 | 7 | F9 | 36 | 55 |
Octal | 314 | 306 | 356 | 16 | 21 | 0 | 7 | 371 | 66 | 125 |
Binary | 11001100 | 11000110 | 11101110 | 1110 | 10001 | 0 | 111 | 11111001 | 110110 | 1010101 |
Color Harmonies of #CCC6EE
Complementary color
Monochromatic Colors of #CCC6EE
Black with #CCC6EE
Text Example
Text Example
White with #CCC6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC6EE; }
p { color: rgb(204,198,238); }
H1.HeaderClassName
{
color: #CCC6EE;
}
.AnyTagClassName
{
color: #CCC6EE;
}
</style>
background-color css
<style>
a { background-color: #CCC6EE; }
a { background-color: rgb(204,198,238); }
div.DivClassName
{
background-color: #CCC6EE;
}
.BgClassName
{
background-color: #CCC6EE;
}
</style>
border-color css
<style>
span { border-color: #CCC6EE; }
span { border-color: rgb(204,198,238); }
td.TdClassName
{
border-color: #CCC6EE;
}
.TagClassName
{
border-color: #CCC6EE;
}
</style>