Html Css Color HEX #C6ADB7 Lily

📋 copy color: '#C6ADB7'

red 198 ◦ green 173 ◦ blue 183

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

Shades of Lily #C6ADB7

Tints of Lily #C6ADB7

RGB

 RED value IS 198 (77.73% from 255) = 35.74%

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

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

R = 35.74%
G = 31.23%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C6ADB7 (or 0xC6ADB7) is known color: Lily. HEX triplet: C6, AD and B7. RGB value is (198,173,183). Sum of RGB (Red+Green+Blue) = 198+173+183=554 (73% of max value = 765). Red value is 198 (77.73% from 255 or 35.74% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 183 (71.88% from 255 or 33.03% from 554); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ADB7 is #395248. Grayscale: #B5B5B5. Windows color (decimal): -3756617 or 12037574. OLE color: 12037574.

HSL color Cylindrical-coordinate representation of color #C6ADB7: hue angle of 336º degrees, saturation: 0.18, 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 #C6ADB7 is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 173 183 -
CMYK 0 0.13 0.08 0.22
HSL 336º 0.18% 0.73% -
HSV(B) 336º 0.13% 0.78% -
XYZ 46.78 45.31 51.08 -
YUV 181.62 128.78 139.69 -
System Red Green Blue C M Y K H S L
Decimal 198 173 183 0 0.13 0.08 0.22 336 0.18 0.73
Hex C6 AD B7 0 D 8 16 150 12 49
Octal 306 255 267 0 15 10 26 520 22 111
Binary 11000110 10101101 10110111 0 1101 1000 10110 101010000 10010 1001001

Color Harmonies of #C6ADB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6ADB7

Black with #C6ADB7

Text Example


Text Example

White with #C6ADB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6ADB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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