Html Css Color HEX #C2ADB7 Lily

📋 copy color: '#C2ADB7'

red 194 ◦ green 173 ◦ blue 183

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

Shades of Lily #C2ADB7

Tints of Lily #C2ADB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 33.27%

R = 35.27%
G = 31.45%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C2ADB7 (or 0xC2ADB7) is known color: Lily. HEX triplet: C2, AD and B7. RGB value is (194,173,183). Sum of RGB (Red+Green+Blue) = 194+173+183=550 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.27% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 183 (71.88% from 255 or 33.27% from 550); Max value from RGB is 194 - color contains mainly: red. Hex color #C2ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C2ADB7 is #3D5248. Grayscale: #B4B4B4. Windows color (decimal): -4018761 or 12037570. OLE color: 12037570.

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

Color convert

RGB 194 173 183 -
CMYK 0 0.11 0.06 0.24
HSL 331.43º 0.15% 0.72% -
HSV(B) 331.43º 0.11% 0.76% -
XYZ 45.74 44.78 51.03 -
YUV 180.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 194 173 183 0 0.11 0.06 0.24 331.43 0.15 0.72
Hex C2 AD B7 0 B 6 18 14B F 48
Octal 302 255 267 0 13 6 30 513 17 110
Binary 11000010 10101101 10110111 0 1011 110 11000 101001011 1111 1001000

Color Harmonies of #C2ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ADB7

Black with #C2ADB7

Text Example


Text Example

White with #C2ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ADB7; }

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

 H1.HeaderClassName
 {
   color: #C2ADB7;
 }
 .AnyTagClassName
 {
   color: #C2ADB7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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