#C2ADB5

Color #C2ADB5 Lily (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lily #C2ADB5

Tints of Lily #C2ADB5

Color information

#C2ADB5 (or 0xC2ADB5) is unknown color: approx Lily. HEX triplet: C2, AD and B5. RGB value is (194,173,181). Sum of RGB (Red+Green+Blue) = 194+173+181=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADB5 is #3D524A. Grayscale: #B4B4B4. Windows color (decimal): -4018763 or 11906498. OLE color: 11906498.

HSL color Cylindrical-coordinate representation of color #C2ADB5: hue angle of 337.14º 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 #C2ADB5 is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB194173181-
CMYK00.110.070.24
HSL337.14º14.69%71.96%-
HSV(B)337.14º10.82%76.08%-
XYZ45.5344.6949.94-
YUV180.19128.46137.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=35.40%
G=31.57%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417318100.110.070.24337.1414.6971.96
HexC2ADB50B718151f48
Octal30225526501373052117110
Binary110000101010110110110101010111111100010101000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADB5; }

 p { color: rgb(194,173,181); }

 H1.HeaderClassName
 {
   color: #C2ADB5;
 }
 .AnyTagClassName
 {
   color: #C2ADB5;
 }
</style>
background-color css

<style>
 a { background-color: #C2ADB5; }

 a { background-color: rgb(194,173,181); }

 div.DivClassName
 {
   background-color: #C2ADB5;
 }
 .BgClassName
 {
   background-color: #C2ADB5;
 }
</style>
border-color css

<style>
 span { border-color: #C2ADB5; }

 span { border-color: rgb(194,173,181); }

 td.TdClassName
 {
   border-color: #C2ADB5;
 }
 .TagClassName
 {
   border-color: #C2ADB5;
 }
</style>