#C2ADB3

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

Shades of Lily #C2ADB3

Tints of Lily #C2ADB3

Color information

#C2ADB3 (or 0xC2ADB3) is unknown color: approx Lily. HEX triplet: C2, AD and B3. RGB value is (194,173,179). Sum of RGB (Red+Green+Blue) = 194+173+179=546 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.53% from 546); Green value is 173 (67.97% from 255 or 31.68% from 546); Blue value is 179 (70.31% from 255 or 32.78% from 546); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADB3 is #3D524C. Grayscale: #B3B3B3. Windows color (decimal): -4018765 or 11775426. OLE color: 11775426.

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

Color convert

RGB194173179-
CMYK00.110.080.24
HSL342.86º14.69%71.96%-
HSV(B)342.86º10.82%76.08%-
XYZ45.3344.6148.87-
YUV179.96127.46138.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.53%
GREEN value IS 173 (67.97% from 255) = 31.68%
BLUE value IS 179 (70.31% from 255) = 32.78%
R=35.53%
G=31.68%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19417317900.110.080.24342.8614.6971.96
HexC2ADB30B818157f48
Octal302255263013103052717110
Binary1100001010101101101100110101110001100010101011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ADB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ADB3; }

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

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

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

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

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

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

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

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