Shades of Lavender Blue #CCCFF7
Tints of Lavender Blue #CCCFF7
RGB
CMYK
RGB Variations
Color information
#CCCFF7 (or 0xCCCFF7) is known color: Lavender Blue. HEX triplet: CC, CF and F7. RGB value is (204,207,247). Sum of RGB (Red+Green+Blue) = 204+207+247=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 207 (81.25% from 255 or 31.46% from 658); Blue value is 247 (96.88% from 255 or 37.54% from 658); Max value from RGB is 247 - color contains mainly: blue. Hex color #CCCFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF7 is #333008. Grayscale: #D2D2D2. Windows color (decimal): -3354633 or 16240588. OLE color: 16240588.
HSL color Cylindrical-coordinate representation of color #CCCFF7: hue angle of 235.81º degrees, saturation: 0.73, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCCFF7 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 207 | 247 | - |
| CMYK | 0.17 | 0.16 | 0 | 0.03 |
| HSL | 235.81º | 0.73% | 0.88% | - |
| HSV(B) | 235.81º | 0.17% | 0.97% | - |
| XYZ | 64 | 64.18 | 97.01 | - |
| YUV | 210.66 | 148.51 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 247 | 0.17 | 0.16 | 0 | 0.03 | 235.81 | 0.73 | 0.88 |
| Hex | CC | CF | F7 | 11 | 10 | 0 | 3 | EC | 49 | 58 |
| Octal | 314 | 317 | 367 | 21 | 20 | 0 | 3 | 354 | 111 | 130 |
| Binary | 11001100 | 11001111 | 11110111 | 10001 | 10000 | 0 | 11 | 11101100 | 1001001 | 1011000 |
Color Harmonies of #CCCFF7
Complementary color
Monochromatic Colors of #CCCFF7
Black with #CCCFF7
Text Example
Text Example
White with #CCCFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFF7; }
p { color: rgb(204,207,247); }
H1.HeaderClassName
{
color: #CCCFF7;
}
.AnyTagClassName
{
color: #CCCFF7;
}
</style>
background-color css
<style>
a { background-color: #CCCFF7; }
a { background-color: rgb(204,207,247); }
div.DivClassName
{
background-color: #CCCFF7;
}
.BgClassName
{
background-color: #CCCFF7;
}
</style>
border-color css
<style>
span { border-color: #CCCFF7; }
span { border-color: rgb(204,207,247); }
td.TdClassName
{
border-color: #CCCFF7;
}
.TagClassName
{
border-color: #CCCFF7;
}
</style>