#C3ADB4

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

Shades of Lily #C3ADB4

Tints of Lily #C3ADB4

Color information

#C3ADB4 (or 0xC3ADB4) is unknown color: approx Lily. HEX triplet: C3, AD and B4. RGB value is (195,173,180). Sum of RGB (Red+Green+Blue) = 195+173+180=548 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.58% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 180 (70.70% from 255 or 32.85% from 548); Max value from RGB is 195 - color contains mainly: red. Hex color #C3ADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C3ADB4 is #3C524B. Grayscale: #B4B4B4. Windows color (decimal): -3953228 or 11840963. OLE color: 11840963.

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

Color convert

RGB195173180-
CMYK00.110.080.24
HSL340.91º15.49%72.16%-
HSV(B)340.91º11.28%76.47%-
XYZ45.6944.7849.42-
YUV180.38127.79138.43-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.58%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 180 (70.70% from 255) = 32.85%
R=35.58%
G=31.57%
B=32.85%

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
Decimal19517318000.110.080.24340.9115.4972.16
HexC3ADB40B818155f48
Octal303255264013103052517110
Binary1100001110101101101101000101110001100010101010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3ADB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3ADB4; }

 p { color: rgb(195,173,180); }

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

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

 a { background-color: rgb(195,173,180); }

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

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

 span { border-color: rgb(195,173,180); }

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