Shades of Lavender Blue #C2B9FD
Tints of Lavender Blue #C2B9FD
RGB
CMYK
RGB Variations
Color information
#C2B9FD (or 0xC2B9FD) is known color: Lavender Blue. HEX triplet: C2, B9 and FD. RGB value is (194,185,253). Sum of RGB (Red+Green+Blue) = 194+185+253=632 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.70% from 632); Green value is 185 (72.66% from 255 or 29.27% from 632); Blue value is 253 (99.22% from 255 or 40.03% from 632); Max value from RGB is 253 - color contains mainly: blue. Hex color #C2B9FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2B9FD is #3D4602. Grayscale: #C3C3C3. Windows color (decimal): -4015619 or 16628162. OLE color: 16628162.
HSL color Cylindrical-coordinate representation of color #C2B9FD: hue angle of 247.94º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2B9FD is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 194 | 185 | 253 | - |
CMYK | 0.23 | 0.27 | 0 | 0.01 |
HSL | 247.94º | 0.94% | 0.86% | - |
HSV(B) | 247.94º | 0.27% | 0.99% | - |
XYZ | 57.33 | 53.26 | 100.19 | - |
YUV | 195.44 | 160.48 | 126.97 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 185 | 253 | 0.23 | 0.27 | 0 | 0.01 | 247.94 | 0.94 | 0.86 |
Hex | C2 | B9 | FD | 17 | 1B | 0 | 1 | F8 | 5E | 56 |
Octal | 302 | 271 | 375 | 27 | 33 | 0 | 1 | 370 | 136 | 126 |
Binary | 11000010 | 10111001 | 11111101 | 10111 | 11011 | 0 | 1 | 11111000 | 1011110 | 1010110 |
Color Harmonies of #C2B9FD
Complementary color
Monochromatic Colors of #C2B9FD
Black with #C2B9FD
Text Example
Text Example
White with #C2B9FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B9FD; }
p { color: rgb(194,185,253); }
H1.HeaderClassName
{
color: #C2B9FD;
}
.AnyTagClassName
{
color: #C2B9FD;
}
</style>
background-color css
<style>
a { background-color: #C2B9FD; }
a { background-color: rgb(194,185,253); }
div.DivClassName
{
background-color: #C2B9FD;
}
.BgClassName
{
background-color: #C2B9FD;
}
</style>
border-color css
<style>
span { border-color: #C2B9FD; }
span { border-color: rgb(194,185,253); }
td.TdClassName
{
border-color: #C2B9FD;
}
.TagClassName
{
border-color: #C2B9FD;
}
</style>