Shades of Lavender Blue #CCC8EF
Tints of Lavender Blue #CCC8EF
RGB
CMYK
RGB Variations
Color information
#CCC8EF (or 0xCCC8EF) is known color: Lavender Blue. HEX triplet: CC, C8 and EF. RGB value is (204,200,239). Sum of RGB (Red+Green+Blue) = 204+200+239=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 200 (78.52% from 255 or 31.10% from 643); Blue value is 239 (93.75% from 255 or 37.17% from 643); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCC8EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8EF is #333710. Grayscale: #CDCDCD. Windows color (decimal): -3356433 or 15714508. OLE color: 15714508.
HSL color Cylindrical-coordinate representation of color #CCC8EF: hue angle of 246.15º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCC8EF is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 200 | 239 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.06 |
| HSL | 246.15º | 0.55% | 0.86% | - |
| HSV(B) | 246.15º | 0.16% | 0.94% | - |
| XYZ | 61.14 | 60.38 | 90.09 | - |
| YUV | 205.64 | 146.83 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 239 | 0.15 | 0.16 | 0 | 0.06 | 246.15 | 0.55 | 0.86 |
| Hex | CC | C8 | EF | F | 10 | 0 | 6 | F6 | 37 | 56 |
| Octal | 314 | 310 | 357 | 17 | 20 | 0 | 6 | 366 | 67 | 126 |
| Binary | 11001100 | 11001000 | 11101111 | 1111 | 10000 | 0 | 110 | 11110110 | 110111 | 1010110 |
Color Harmonies of #CCC8EF
Complementary color
Monochromatic Colors of #CCC8EF
Black with #CCC8EF
Text Example
Text Example
White with #CCC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8EF; }
p { color: rgb(204,200,239); }
H1.HeaderClassName
{
color: #CCC8EF;
}
.AnyTagClassName
{
color: #CCC8EF;
}
</style>
background-color css
<style>
a { background-color: #CCC8EF; }
a { background-color: rgb(204,200,239); }
div.DivClassName
{
background-color: #CCC8EF;
}
.BgClassName
{
background-color: #CCC8EF;
}
</style>
border-color css
<style>
span { border-color: #CCC8EF; }
span { border-color: rgb(204,200,239); }
td.TdClassName
{
border-color: #CCC8EF;
}
.TagClassName
{
border-color: #CCC8EF;
}
</style>