Shades of Lily #C2ADB4
Tints of Lily #C2ADB4
RGB
CMYK
RGB Variations
Color information
#C2ADB4 (or 0xC2ADB4) is known color: Lily. HEX triplet: C2, AD and B4. RGB value is (194,173,180). Sum of RGB (Red+Green+Blue) = 194+173+180=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 180 (70.70% from 255 or 32.91% from 547); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADB4 is #3D524B. Grayscale: #B4B4B4. Windows color (decimal): -4018764 or 11840962. OLE color: 11840962.
HSL color Cylindrical-coordinate representation of color #C2ADB4: hue angle of 340º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2ADB4 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 173 | 180 | - |
CMYK | 0 | 0.11 | 0.07 | 0.24 |
HSL | 340º | 0.15% | 0.72% | - |
HSV(B) | 340º | 0.11% | 0.76% | - |
XYZ | 45.43 | 44.65 | 49.4 | - |
YUV | 180.08 | 127.96 | 137.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 173 | 180 | 0 | 0.11 | 0.07 | 0.24 | 340 | 0.15 | 0.72 |
Hex | C2 | AD | B4 | 0 | B | 7 | 18 | 154 | F | 48 |
Octal | 302 | 255 | 264 | 0 | 13 | 7 | 30 | 524 | 17 | 110 |
Binary | 11000010 | 10101101 | 10110100 | 0 | 1011 | 111 | 11000 | 101010100 | 1111 | 1001000 |
Color Harmonies of #C2ADB4
Complementary color
Monochromatic Colors of #C2ADB4
Black with #C2ADB4
Text Example
Text Example
White with #C2ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ADB4; }
p { color: rgb(194,173,180); }
H1.HeaderClassName
{
color: #C2ADB4;
}
.AnyTagClassName
{
color: #C2ADB4;
}
</style>
background-color css
<style>
a { background-color: #C2ADB4; }
a { background-color: rgb(194,173,180); }
div.DivClassName
{
background-color: #C2ADB4;
}
.BgClassName
{
background-color: #C2ADB4;
}
</style>
border-color css
<style>
span { border-color: #C2ADB4; }
span { border-color: rgb(194,173,180); }
td.TdClassName
{
border-color: #C2ADB4;
}
.TagClassName
{
border-color: #C2ADB4;
}
</style>