Shades of Lavender Blue #CCC5F8
Tints of Lavender Blue #CCC5F8
RGB
CMYK
RGB Variations
Color information
#CCC5F8 (or 0xCCC5F8) is known color: Lavender Blue. HEX triplet: CC, C5 and F8. RGB value is (204,197,248). Sum of RGB (Red+Green+Blue) = 204+197+248=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 197 (77.34% from 255 or 30.35% from 649); Blue value is 248 (97.27% from 255 or 38.21% from 649); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCC5F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC5F8 is #333A07. Grayscale: #CCCCCC. Windows color (decimal): -3357192 or 16303564. OLE color: 16303564.
HSL color Cylindrical-coordinate representation of color #CCC5F8: hue angle of 248.24º degrees, saturation: 0.78, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCC5F8 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 197 | 248 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.03 |
| HSL | 248.24º | 0.78% | 0.87% | - |
| HSV(B) | 248.24º | 0.21% | 0.97% | - |
| XYZ | 61.81 | 59.55 | 97.04 | - |
| YUV | 204.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 248 | 0.18 | 0.21 | 0 | 0.03 | 248.24 | 0.78 | 0.87 |
| Hex | CC | C5 | F8 | 12 | 15 | 0 | 3 | F8 | 4E | 57 |
| Octal | 314 | 305 | 370 | 22 | 25 | 0 | 3 | 370 | 116 | 127 |
| Binary | 11001100 | 11000101 | 11111000 | 10010 | 10101 | 0 | 11 | 11111000 | 1001110 | 1010111 |
Color Harmonies of #CCC5F8
Complementary color
Monochromatic Colors of #CCC5F8
Black with #CCC5F8
Text Example
Text Example
White with #CCC5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC5F8; }
p { color: rgb(204,197,248); }
H1.HeaderClassName
{
color: #CCC5F8;
}
.AnyTagClassName
{
color: #CCC5F8;
}
</style>
background-color css
<style>
a { background-color: #CCC5F8; }
a { background-color: rgb(204,197,248); }
div.DivClassName
{
background-color: #CCC5F8;
}
.BgClassName
{
background-color: #CCC5F8;
}
</style>
border-color css
<style>
span { border-color: #CCC5F8; }
span { border-color: rgb(204,197,248); }
td.TdClassName
{
border-color: #CCC5F8;
}
.TagClassName
{
border-color: #CCC5F8;
}
</style>