Shades of Lavender Blue #CCC8FF
Tints of Lavender Blue #CCC8FF
RGB
CMYK
RGB Variations
Color information
#CCC8FF (or 0xCCC8FF) is known color: Lavender Blue. HEX triplet: CC, C8 and FF. RGB value is (204,200,255). Sum of RGB (Red+Green+Blue) = 204+200+255=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 200 (78.52% from 255 or 30.35% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCC8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8FF is #333700. Grayscale: #CFCFCF. Windows color (decimal): -3356417 or 16763084. OLE color: 16763084.
HSL color Cylindrical-coordinate representation of color #CCC8FF: hue angle of 244.36º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC8FF is Cyan = 0.2, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 200 | 255 | - |
| CMYK | 0.2 | 0.22 | 0 | 0 |
| HSL | 244.36º | 1% | 0.89% | - |
| HSV(B) | 244.36º | 0.22% | 1% | - |
| XYZ | 63.61 | 61.37 | 103.1 | - |
| YUV | 207.47 | 154.83 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 255 | 0.2 | 0.22 | 0 | 0 | 244.36 | 1 | 0.89 |
| Hex | CC | C8 | FF | 14 | 16 | 0 | 0 | F4 | 64 | 59 |
| Octal | 314 | 310 | 377 | 24 | 26 | 0 | 0 | 364 | 144 | 131 |
| Binary | 11001100 | 11001000 | 11111111 | 10100 | 10110 | 0 | 0 | 11110100 | 1100100 | 1011001 |
Color Harmonies of #CCC8FF
Complementary color
Monochromatic Colors of #CCC8FF
Black with #CCC8FF
Text Example
Text Example
White with #CCC8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8FF; }
p { color: rgb(204,200,255); }
H1.HeaderClassName
{
color: #CCC8FF;
}
.AnyTagClassName
{
color: #CCC8FF;
}
</style>
background-color css
<style>
a { background-color: #CCC8FF; }
a { background-color: rgb(204,200,255); }
div.DivClassName
{
background-color: #CCC8FF;
}
.BgClassName
{
background-color: #CCC8FF;
}
</style>
border-color css
<style>
span { border-color: #CCC8FF; }
span { border-color: rgb(204,200,255); }
td.TdClassName
{
border-color: #CCC8FF;
}
.TagClassName
{
border-color: #CCC8FF;
}
</style>