Shades of Lavender Blue #CCC8F1
Tints of Lavender Blue #CCC8F1
RGB
CMYK
RGB Variations
Color information
#CCC8F1 (or 0xCCC8F1) is known color: Lavender Blue. HEX triplet: CC, C8 and F1. RGB value is (204,200,241). Sum of RGB (Red+Green+Blue) = 204+200+241=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 200 (78.52% from 255 or 31.01% from 645); Blue value is 241 (94.53% from 255 or 37.36% from 645); Max value from RGB is 241 - color contains mainly: blue. Hex color #CCC8F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC8F1 is #33370E. Grayscale: #CDCDCD. Windows color (decimal): -3356431 or 15845580. OLE color: 15845580.
HSL color Cylindrical-coordinate representation of color #CCC8F1: hue angle of 245.85º degrees, saturation: 0.59, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCC8F1 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 200 | 241 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.05 |
| HSL | 245.85º | 0.59% | 0.86% | - |
| HSV(B) | 245.85º | 0.17% | 0.95% | - |
| XYZ | 61.43 | 60.5 | 91.66 | - |
| YUV | 205.87 | 147.83 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 200 | 241 | 0.15 | 0.17 | 0 | 0.05 | 245.85 | 0.59 | 0.86 |
| Hex | CC | C8 | F1 | F | 11 | 0 | 5 | F6 | 3B | 56 |
| Octal | 314 | 310 | 361 | 17 | 21 | 0 | 5 | 366 | 73 | 126 |
| Binary | 11001100 | 11001000 | 11110001 | 1111 | 10001 | 0 | 101 | 11110110 | 111011 | 1010110 |
Color Harmonies of #CCC8F1
Complementary color
Monochromatic Colors of #CCC8F1
Black with #CCC8F1
Text Example
Text Example
White with #CCC8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8F1; }
p { color: rgb(204,200,241); }
H1.HeaderClassName
{
color: #CCC8F1;
}
.AnyTagClassName
{
color: #CCC8F1;
}
</style>
background-color css
<style>
a { background-color: #CCC8F1; }
a { background-color: rgb(204,200,241); }
div.DivClassName
{
background-color: #CCC8F1;
}
.BgClassName
{
background-color: #CCC8F1;
}
</style>
border-color css
<style>
span { border-color: #CCC8F1; }
span { border-color: rgb(204,200,241); }
td.TdClassName
{
border-color: #CCC8F1;
}
.TagClassName
{
border-color: #CCC8F1;
}
</style>