Shades of Lavender Blue #CCCBF2
Tints of Lavender Blue #CCCBF2
RGB
CMYK
RGB Variations
Color information
#CCCBF2 (or 0xCCCBF2) is known color: Lavender Blue. HEX triplet: CC, CB and F2. RGB value is (204,203,242). Sum of RGB (Red+Green+Blue) = 204+203+242=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 242 (94.92% from 255 or 37.29% from 649); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCCBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCCBF2 is #33340D. Grayscale: #CFCFCF. Windows color (decimal): -3355662 or 15911884. OLE color: 15911884.
HSL color Cylindrical-coordinate representation of color #CCCBF2: hue angle of 241.54º degrees, saturation: 0.6, 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 #CCCBF2 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 203 | 242 | - |
| CMYK | 0.16 | 0.16 | 0 | 0.05 |
| HSL | 241.54º | 0.6% | 0.87% | - |
| HSV(B) | 241.54º | 0.16% | 0.95% | - |
| XYZ | 62.28 | 61.96 | 92.68 | - |
| YUV | 207.75 | 147.33 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 203 | 242 | 0.16 | 0.16 | 0 | 0.05 | 241.54 | 0.6 | 0.87 |
| Hex | CC | CB | F2 | 10 | 10 | 0 | 5 | F2 | 3C | 57 |
| Octal | 314 | 313 | 362 | 20 | 20 | 0 | 5 | 362 | 74 | 127 |
| Binary | 11001100 | 11001011 | 11110010 | 10000 | 10000 | 0 | 101 | 11110010 | 111100 | 1010111 |
Color Harmonies of #CCCBF2
Complementary color
Monochromatic Colors of #CCCBF2
Black with #CCCBF2
Text Example
Text Example
White with #CCCBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCBF2; }
p { color: rgb(204,203,242); }
H1.HeaderClassName
{
color: #CCCBF2;
}
.AnyTagClassName
{
color: #CCCBF2;
}
</style>
background-color css
<style>
a { background-color: #CCCBF2; }
a { background-color: rgb(204,203,242); }
div.DivClassName
{
background-color: #CCCBF2;
}
.BgClassName
{
background-color: #CCCBF2;
}
</style>
border-color css
<style>
span { border-color: #CCCBF2; }
span { border-color: rgb(204,203,242); }
td.TdClassName
{
border-color: #CCCBF2;
}
.TagClassName
{
border-color: #CCCBF2;
}
</style>