Shades of Lavender Blue #CCCCF2
Tints of Lavender Blue #CCCCF2
RGB
CMYK
RGB Variations
Color information
#CCCCF2 (or 0xCCCCF2) is known color: Lavender Blue. HEX triplet: CC, CC and F2. RGB value is (204,204,242). Sum of RGB (Red+Green+Blue) = 204+204+242=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 204 (80.08% from 255 or 31.38% from 650); Blue value is 242 (94.92% from 255 or 37.23% from 650); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCCCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCCF2 is #33330D. Grayscale: #D0D0D0. Windows color (decimal): -3355406 or 15912140. OLE color: 15912140.
HSL color Cylindrical-coordinate representation of color #CCCCF2: hue angle of 240º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCCCF2 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 204 | 204 | 242 | - |
CMYK | 0.16 | 0.16 | 0 | 0.05 |
HSL | 240º | 0.59% | 0.87% | - |
HSV(B) | 240º | 0.16% | 0.95% | - |
XYZ | 62.52 | 62.43 | 92.76 | - |
YUV | 208.33 | 147 | 124.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 204 | 242 | 0.16 | 0.16 | 0 | 0.05 | 240 | 0.59 | 0.87 |
Hex | CC | CC | F2 | 10 | 10 | 0 | 5 | F0 | 3B | 57 |
Octal | 314 | 314 | 362 | 20 | 20 | 0 | 5 | 360 | 73 | 127 |
Binary | 11001100 | 11001100 | 11110010 | 10000 | 10000 | 0 | 101 | 11110000 | 111011 | 1010111 |
Color Harmonies of #CCCCF2
Complementary color
Monochromatic Colors of #CCCCF2
Black with #CCCCF2
Text Example
Text Example
White with #CCCCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCCF2; }
p { color: rgb(204,204,242); }
H1.HeaderClassName
{
color: #CCCCF2;
}
.AnyTagClassName
{
color: #CCCCF2;
}
</style>
background-color css
<style>
a { background-color: #CCCCF2; }
a { background-color: rgb(204,204,242); }
div.DivClassName
{
background-color: #CCCCF2;
}
.BgClassName
{
background-color: #CCCCF2;
}
</style>
border-color css
<style>
span { border-color: #CCCCF2; }
span { border-color: rgb(204,204,242); }
td.TdClassName
{
border-color: #CCCCF2;
}
.TagClassName
{
border-color: #CCCCF2;
}
</style>