Shades of Lavender Blue #CCC7F2
Tints of Lavender Blue #CCC7F2
RGB
CMYK
RGB Variations
Color information
#CCC7F2 (or 0xCCC7F2) is known color: Lavender Blue. HEX triplet: CC, C7 and F2. RGB value is (204,199,242). Sum of RGB (Red+Green+Blue) = 204+199+242=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 199 (78.12% from 255 or 30.85% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCC7F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC7F2 is #33380D. Grayscale: #CDCDCD. Windows color (decimal): -3356686 or 15910860. OLE color: 15910860.
HSL color Cylindrical-coordinate representation of color #CCC7F2: hue angle of 246.98º degrees, saturation: 0.62, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCC7F2 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 199 | 242 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.05 |
| HSL | 246.98º | 0.62% | 0.86% | - |
| HSV(B) | 246.98º | 0.18% | 0.95% | - |
| XYZ | 61.35 | 60.1 | 92.37 | - |
| YUV | 205.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 199 | 242 | 0.16 | 0.18 | 0 | 0.05 | 246.98 | 0.62 | 0.86 |
| Hex | CC | C7 | F2 | 10 | 12 | 0 | 5 | F7 | 3E | 56 |
| Octal | 314 | 307 | 362 | 20 | 22 | 0 | 5 | 367 | 76 | 126 |
| Binary | 11001100 | 11000111 | 11110010 | 10000 | 10010 | 0 | 101 | 11110111 | 111110 | 1010110 |
Color Harmonies of #CCC7F2
Complementary color
Monochromatic Colors of #CCC7F2
Black with #CCC7F2
Text Example
Text Example
White with #CCC7F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC7F2; }
p { color: rgb(204,199,242); }
H1.HeaderClassName
{
color: #CCC7F2;
}
.AnyTagClassName
{
color: #CCC7F2;
}
</style>
background-color css
<style>
a { background-color: #CCC7F2; }
a { background-color: rgb(204,199,242); }
div.DivClassName
{
background-color: #CCC7F2;
}
.BgClassName
{
background-color: #CCC7F2;
}
</style>
border-color css
<style>
span { border-color: #CCC7F2; }
span { border-color: rgb(204,199,242); }
td.TdClassName
{
border-color: #CCC7F2;
}
.TagClassName
{
border-color: #CCC7F2;
}
</style>