Shades of Lavender Blue #C8CBEE
Tints of Lavender Blue #C8CBEE
RGB
CMYK
RGB Variations
Color information
#C8CBEE (or 0xC8CBEE) is known color: Lavender Blue. HEX triplet: C8, CB and EE. RGB value is (200,203,238). Sum of RGB (Red+Green+Blue) = 200+203+238=641 (84% of max value = 765). Red value is 200 (78.52% from 255 or 31.20% from 641); Green value is 203 (79.69% from 255 or 31.67% from 641); Blue value is 238 (93.36% from 255 or 37.13% from 641); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8CBEE is #373411. Grayscale: #CDCDCD. Windows color (decimal): -3617810 or 15649736. OLE color: 15649736.
HSL color Cylindrical-coordinate representation of color #C8CBEE: hue angle of 235.26º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C8CBEE is Cyan = 0.16, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 203 | 238 | - |
| CMYK | 0.16 | 0.15 | 0 | 0.07 |
| HSL | 235.26º | 0.53% | 0.86% | - |
| HSV(B) | 235.26º | 0.16% | 0.93% | - |
| XYZ | 60.61 | 61.16 | 89.5 | - |
| YUV | 206.09 | 146.01 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 203 | 238 | 0.16 | 0.15 | 0 | 0.07 | 235.26 | 0.53 | 0.86 |
| Hex | C8 | CB | EE | 10 | F | 0 | 7 | EB | 35 | 56 |
| Octal | 310 | 313 | 356 | 20 | 17 | 0 | 7 | 353 | 65 | 126 |
| Binary | 11001000 | 11001011 | 11101110 | 10000 | 1111 | 0 | 111 | 11101011 | 110101 | 1010110 |
Color Harmonies of #C8CBEE
Complementary color
Monochromatic Colors of #C8CBEE
Black with #C8CBEE
Text Example
Text Example
White with #C8CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8CBEE; }
p { color: rgb(200,203,238); }
H1.HeaderClassName
{
color: #C8CBEE;
}
.AnyTagClassName
{
color: #C8CBEE;
}
</style>
background-color css
<style>
a { background-color: #C8CBEE; }
a { background-color: rgb(200,203,238); }
div.DivClassName
{
background-color: #C8CBEE;
}
.BgClassName
{
background-color: #C8CBEE;
}
</style>
border-color css
<style>
span { border-color: #C8CBEE; }
span { border-color: rgb(200,203,238); }
td.TdClassName
{
border-color: #C8CBEE;
}
.TagClassName
{
border-color: #C8CBEE;
}
</style>