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