Shades of Lavender Blue #CCC2F8
Tints of Lavender Blue #CCC2F8
RGB
CMYK
RGB Variations
Color information
#CCC2F8 (or 0xCCC2F8) is known color: Lavender Blue. HEX triplet: CC, C2 and F8. RGB value is (204,194,248). Sum of RGB (Red+Green+Blue) = 204+194+248=646 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.58% from 646); Green value is 194 (76.17% from 255 or 30.03% from 646); Blue value is 248 (97.27% from 255 or 38.39% from 646); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCC2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCC2F8 is #333D07. Grayscale: #CACACA. Windows color (decimal): -3357960 or 16302796. OLE color: 16302796.
HSL color Cylindrical-coordinate representation of color #CCC2F8: hue angle of 251.11º degrees, saturation: 0.79, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC2F8 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
RGB | 204 | 194 | 248 | - |
CMYK | 0.18 | 0.22 | 0 | 0.03 |
HSL | 251.11º | 0.79% | 0.87% | - |
HSV(B) | 251.11º | 0.22% | 0.97% | - |
XYZ | 61.14 | 58.2 | 96.82 | - |
YUV | 203.15 | 153.31 | 128.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 194 | 248 | 0.18 | 0.22 | 0 | 0.03 | 251.11 | 0.79 | 0.87 |
Hex | CC | C2 | F8 | 12 | 16 | 0 | 3 | FB | 4F | 57 |
Octal | 314 | 302 | 370 | 22 | 26 | 0 | 3 | 373 | 117 | 127 |
Binary | 11001100 | 11000010 | 11111000 | 10010 | 10110 | 0 | 11 | 11111011 | 1001111 | 1010111 |
Color Harmonies of #CCC2F8
Complementary color
Monochromatic Colors of #CCC2F8
Black with #CCC2F8
Text Example
Text Example
White with #CCC2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC2F8; }
p { color: rgb(204,194,248); }
H1.HeaderClassName
{
color: #CCC2F8;
}
.AnyTagClassName
{
color: #CCC2F8;
}
</style>
background-color css
<style>
a { background-color: #CCC2F8; }
a { background-color: rgb(204,194,248); }
div.DivClassName
{
background-color: #CCC2F8;
}
.BgClassName
{
background-color: #CCC2F8;
}
</style>
border-color css
<style>
span { border-color: #CCC2F8; }
span { border-color: rgb(204,194,248); }
td.TdClassName
{
border-color: #CCC2F8;
}
.TagClassName
{
border-color: #CCC2F8;
}
</style>