Shades of Lavender Blue #C8C3EE
Tints of Lavender Blue #C8C3EE
RGB
CMYK
RGB Variations
Color information
#C8C3EE (or 0xC8C3EE) is known color: Lavender Blue. HEX triplet: C8, C3 and EE. RGB value is (200,195,238). Sum of RGB (Red+Green+Blue) = 200+195+238=633 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.60% from 633); Green value is 195 (76.56% from 255 or 30.81% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 238 - color contains mainly: blue. Hex color #C8C3EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C8C3EE is #373C11. Grayscale: #C9C9C9. Windows color (decimal): -3619858 or 15647688. OLE color: 15647688.
HSL color Cylindrical-coordinate representation of color #C8C3EE: hue angle of 246.98º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C8C3EE is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 195 | 238 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.07 |
| HSL | 246.98º | 0.56% | 0.85% | - |
| HSV(B) | 246.98º | 0.18% | 0.93% | - |
| XYZ | 58.77 | 57.48 | 88.89 | - |
| YUV | 201.4 | 148.66 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 238 | 0.16 | 0.18 | 0 | 0.07 | 246.98 | 0.56 | 0.85 |
| Hex | C8 | C3 | EE | 10 | 12 | 0 | 7 | F7 | 38 | 55 |
| Octal | 310 | 303 | 356 | 20 | 22 | 0 | 7 | 367 | 70 | 125 |
| Binary | 11001000 | 11000011 | 11101110 | 10000 | 10010 | 0 | 111 | 11110111 | 111000 | 1010101 |
Color Harmonies of #C8C3EE
Complementary color
Monochromatic Colors of #C8C3EE
Black with #C8C3EE
Text Example
Text Example
White with #C8C3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C3EE; }
p { color: rgb(200,195,238); }
H1.HeaderClassName
{
color: #C8C3EE;
}
.AnyTagClassName
{
color: #C8C3EE;
}
</style>
background-color css
<style>
a { background-color: #C8C3EE; }
a { background-color: rgb(200,195,238); }
div.DivClassName
{
background-color: #C8C3EE;
}
.BgClassName
{
background-color: #C8C3EE;
}
</style>
border-color css
<style>
span { border-color: #C8C3EE; }
span { border-color: rgb(200,195,238); }
td.TdClassName
{
border-color: #C8C3EE;
}
.TagClassName
{
border-color: #C8C3EE;
}
</style>