Shades of Lavender Blue #C2B8FF
Tints of Lavender Blue #C2B8FF
RGB
CMYK
RGB Variations
Color information
#C2B8FF (or 0xC2B8FF) is known color: Lavender Blue. HEX triplet: C2, B8 and FF. RGB value is (194,184,255). Sum of RGB (Red+Green+Blue) = 194+184+255=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 184 (72.27% from 255 or 29.07% from 633); Blue value is 255 (100% from 255 or 40.28% from 633); Max value from RGB is 255 - color contains mainly: blue. Hex color #C2B8FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B8FF is #3D4700. Grayscale: #C2C2C2. Windows color (decimal): -4015873 or 16758978. OLE color: 16758978.
HSL color Cylindrical-coordinate representation of color #C2B8FF: hue angle of 248.45º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2B8FF is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 194 | 184 | 255 | - |
CMYK | 0.24 | 0.28 | 0 | 0 |
HSL | 248.45º | 1% | 0.86% | - |
HSV(B) | 248.45º | 0.28% | 1% | - |
XYZ | 57.44 | 52.97 | 101.8 | - |
YUV | 195.08 | 161.81 | 127.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 184 | 255 | 0.24 | 0.28 | 0 | 0 | 248.45 | 1 | 0.86 |
Hex | C2 | B8 | FF | 18 | 1C | 0 | 0 | F8 | 64 | 56 |
Octal | 302 | 270 | 377 | 30 | 34 | 0 | 0 | 370 | 144 | 126 |
Binary | 11000010 | 10111000 | 11111111 | 11000 | 11100 | 0 | 0 | 11111000 | 1100100 | 1010110 |
Color Harmonies of #C2B8FF
Complementary color
Monochromatic Colors of #C2B8FF
Black with #C2B8FF
Text Example
Text Example
White with #C2B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B8FF; }
p { color: rgb(194,184,255); }
H1.HeaderClassName
{
color: #C2B8FF;
}
.AnyTagClassName
{
color: #C2B8FF;
}
</style>
background-color css
<style>
a { background-color: #C2B8FF; }
a { background-color: rgb(194,184,255); }
div.DivClassName
{
background-color: #C2B8FF;
}
.BgClassName
{
background-color: #C2B8FF;
}
</style>
border-color css
<style>
span { border-color: #C2B8FF; }
span { border-color: rgb(194,184,255); }
td.TdClassName
{
border-color: #C2B8FF;
}
.TagClassName
{
border-color: #C2B8FF;
}
</style>