Shades of Lavender Blue #CCCCF9
Tints of Lavender Blue #CCCCF9
RGB
CMYK
RGB Variations
Color information
#CCCCF9 (or 0xCCCCF9) is known color: Lavender Blue. HEX triplet: CC, CC and F9. RGB value is (204,204,249). Sum of RGB (Red+Green+Blue) = 204+204+249=657 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.05% from 657); Green value is 204 (80.08% from 255 or 31.05% from 657); Blue value is 249 (97.66% from 255 or 37.90% from 657); Max value from RGB is 249 - color contains mainly: blue. Hex color #CCCCF9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF9 is #333306. Grayscale: #D0D0D0. Windows color (decimal): -3355399 or 16370892. OLE color: 16370892.
HSL color Cylindrical-coordinate representation of color #CCCCF9: hue angle of 240º degrees, saturation: 0.79, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCCF9 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 204 | 204 | 249 | - |
CMYK | 0.18 | 0.18 | 0 | 0.02 |
HSL | 240º | 0.79% | 0.89% | - |
HSV(B) | 240º | 0.18% | 0.98% | - |
XYZ | 63.59 | 62.86 | 98.4 | - |
YUV | 209.13 | 150.5 | 124.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 249 | 0.18 | 0.18 | 0 | 0.02 | 240 | 0.79 | 0.89 |
Hex | CC | CC | F9 | 12 | 12 | 0 | 2 | F0 | 4F | 59 |
Octal | 314 | 314 | 371 | 22 | 22 | 0 | 2 | 360 | 117 | 131 |
Binary | 11001100 | 11001100 | 11111001 | 10010 | 10010 | 0 | 10 | 11110000 | 1001111 | 1011001 |
Color Harmonies of #CCCCF9
Complementary color
Monochromatic Colors of #CCCCF9
Black with #CCCCF9
Text Example
Text Example
White with #CCCCF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCF9; }
p { color: rgb(204,204,249); }
H1.HeaderClassName
{
color: #CCCCF9;
}
.AnyTagClassName
{
color: #CCCCF9;
}
</style>
background-color css
<style>
a { background-color: #CCCCF9; }
a { background-color: rgb(204,204,249); }
div.DivClassName
{
background-color: #CCCCF9;
}
.BgClassName
{
background-color: #CCCCF9;
}
</style>
border-color css
<style>
span { border-color: #CCCCF9; }
span { border-color: rgb(204,204,249); }
td.TdClassName
{
border-color: #CCCCF9;
}
.TagClassName
{
border-color: #CCCCF9;
}
</style>