Html Css Color HEX #ADC4CD Heather

📋 copy color: '#ADC4CD'

red 173 ◦ green 196 ◦ blue 205

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

Shades of Heather #ADC4CD

Tints of Heather #ADC4CD

RGB

 RED value IS 173 (67.97% from 255) = 30.14%

 GREEN value IS 196 (76.95% from 255) = 34.15%

 BLUE value IS 205 (80.47% from 255) = 35.71%

R = 30.14%
G = 34.15%
B = 35.71%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADC4CD (or 0xADC4CD) is known color: Heather. HEX triplet: AD, C4 and CD. RGB value is (173,196,205). Sum of RGB (Red+Green+Blue) = 173+196+205=574 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.14% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 205 (80.47% from 255 or 35.71% from 574); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC4CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4CD is #523B32. Grayscale: #BEBEBE. Windows color (decimal): -5389107 or 13485229. OLE color: 13485229.

HSL color Cylindrical-coordinate representation of color #ADC4CD: hue angle of 196.88º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADC4CD is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 196 205 -
CMYK 0.16 0.04 0 0.20
HSL 196.88º 0.24% 0.74% -
HSV(B) 196.88º 0.16% 0.8% -
XYZ 47.99 52.77 65.41 -
YUV 190.15 136.38 115.77 -
System Red Green Blue C M Y K H S L
Decimal 173 196 205 0.16 0.04 0 0.20 196.88 0.24 0.74
Hex AD C4 CD 10 4 0 14 C5 18 4A
Octal 255 304 315 20 4 0 24 305 30 112
Binary 10101101 11000100 11001101 10000 100 0 10100 11000101 11000 1001010

Color Harmonies of #ADC4CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4CD

Black with #ADC4CD

Text Example


Text Example

White with #ADC4CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4CD; }

 p { color: rgb(173,196,205); }

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

background-color css

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

 a { background-color: rgb(173,196,205); }

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

border-color css

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

 span { border-color: rgb(173,196,205); }

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