Html Css Color HEX #C2ADB5 Lily

📋 copy color: '#C2ADB5'

red 194 ◦ green 173 ◦ blue 181

#C2ADB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lily #C2ADB5

Tints of Lily #C2ADB5

RGB

 RED value IS 194 (76.17% from 255) = 35.4%

 GREEN value IS 173 (67.97% from 255) = 31.57%

 BLUE value IS 181 (71.09% from 255) = 33.03%

R = 35.4%
G = 31.57%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#C2ADB5 (or 0xC2ADB5) is known color: 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

RGB 194 173 181 -
CMYK 0 0.11 0.07 0.24
HSL 337.14º 0.15% 0.72% -
HSV(B) 337.14º 0.11% 0.76% -
XYZ 45.53 44.69 49.94 -
YUV 180.19 128.46 137.85 -
System Red Green Blue C M Y K H S L
Decimal 194 173 181 0 0.11 0.07 0.24 337.14 0.15 0.72
Hex C2 AD B5 0 B 7 18 151 F 48
Octal 302 255 265 0 13 7 30 521 17 110
Binary 11000010 10101101 10110101 0 1011 111 11000 101010001 1111 1001000

Color Harmonies of #C2ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADB5

Black with #C2ADB5

Text Example


Text Example

White with #C2ADB5

Text Example


Text Example

HTML Codes & Css Web 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>