Shades of Lavender Blue #CCCFF0
Tints of Lavender Blue #CCCFF0
RGB
CMYK
RGB Variations
Color information
#CCCFF0 (or 0xCCCFF0) is known color: Lavender Blue. HEX triplet: CC, CF and F0. RGB value is (204,207,240). Sum of RGB (Red+Green+Blue) = 204+207+240=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 240 (94.14% from 255 or 36.87% from 651); Max value from RGB is 240 - color contains mainly: blue. Hex color #CCCFF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCFF0 is #33300F. Grayscale: #D1D1D1. Windows color (decimal): -3354640 or 15781836. OLE color: 15781836.
HSL color Cylindrical-coordinate representation of color #CCCFF0: hue angle of 235º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCCFF0 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 207 | 240 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.06 |
| HSL | 235º | 0.55% | 0.87% | - |
| HSV(B) | 235º | 0.15% | 0.94% | - |
| XYZ | 62.94 | 63.75 | 91.43 | - |
| YUV | 209.87 | 145.01 | 123.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 207 | 240 | 0.15 | 0.14 | 0 | 0.06 | 235 | 0.55 | 0.87 |
| Hex | CC | CF | F0 | F | E | 0 | 6 | EB | 37 | 57 |
| Octal | 314 | 317 | 360 | 17 | 16 | 0 | 6 | 353 | 67 | 127 |
| Binary | 11001100 | 11001111 | 11110000 | 1111 | 1110 | 0 | 110 | 11101011 | 110111 | 1010111 |
Color Harmonies of #CCCFF0
Complementary color
Monochromatic Colors of #CCCFF0
Black with #CCCFF0
Text Example
Text Example
White with #CCCFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCFF0; }
p { color: rgb(204,207,240); }
H1.HeaderClassName
{
color: #CCCFF0;
}
.AnyTagClassName
{
color: #CCCFF0;
}
</style>
background-color css
<style>
a { background-color: #CCCFF0; }
a { background-color: rgb(204,207,240); }
div.DivClassName
{
background-color: #CCCFF0;
}
.BgClassName
{
background-color: #CCCFF0;
}
</style>
border-color css
<style>
span { border-color: #CCCFF0; }
span { border-color: rgb(204,207,240); }
td.TdClassName
{
border-color: #CCCFF0;
}
.TagClassName
{
border-color: #CCCFF0;
}
</style>