Html Css Color HEX #C8ADB8 Lily

📋 copy color: '#C8ADB8'

red 200 ◦ green 173 ◦ blue 184

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

Shades of Lily #C8ADB8

Tints of Lily #C8ADB8

RGB

 RED value IS 200 (78.52% from 255) = 35.91%

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

 BLUE value IS 184 (72.27% from 255) = 33.03%

R = 35.91%
G = 31.06%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C8ADB8 (or 0xC8ADB8) is known color: Lily. HEX triplet: C8, AD and B8. RGB value is (200,173,184). Sum of RGB (Red+Green+Blue) = 200+173+184=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 173 (67.97% from 255 or 31.06% from 557); Blue value is 184 (72.27% from 255 or 33.03% from 557); Max value from RGB is 200 - color contains mainly: red. Hex color #C8ADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8ADB8 is #375247. Grayscale: #B6B6B6. Windows color (decimal): -3625544 or 12103112. OLE color: 12103112.

HSL color Cylindrical-coordinate representation of color #C8ADB8: hue angle of 335.56º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C8ADB8 is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 173 184 -
CMYK 0 0.14 0.08 0.22
HSL 335.56º 0.2% 0.73% -
HSV(B) 335.56º 0.14% 0.78% -
XYZ 47.41 45.63 51.66 -
YUV 182.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 200 173 184 0 0.14 0.08 0.22 335.56 0.2 0.73
Hex C8 AD B8 0 E 8 16 150 14 49
Octal 310 255 270 0 16 10 26 520 24 111
Binary 11001000 10101101 10111000 0 1110 1000 10110 101010000 10100 1001001

Color Harmonies of #C8ADB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8ADB8

Black with #C8ADB8

Text Example


Text Example

White with #C8ADB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8ADB8; }

 p { color: rgb(200,173,184); }

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

background-color css

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

 a { background-color: rgb(200,173,184); }

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

border-color css

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

 span { border-color: rgb(200,173,184); }

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