Html Css Color HEX #ADC3CD Heather

📋 copy color: '#ADC3CD'

red 173 ◦ green 195 ◦ blue 205

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

Shades of Heather #ADC3CD

Tints of Heather #ADC3CD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.03%

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

R = 30.19%
G = 34.03%
B = 35.78%

CMYK

 C value IS 0.16

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADC3CD (or 0xADC3CD) is known color: Heather. HEX triplet: AD, C3 and CD. RGB value is (173,195,205). Sum of RGB (Red+Green+Blue) = 173+195+205=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 195 (76.56% from 255 or 34.03% from 573); Blue value is 205 (80.47% from 255 or 35.78% from 573); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3CD is #523C32. Grayscale: #BDBDBD. Windows color (decimal): -5389363 or 13484973. OLE color: 13484973.

HSL color Cylindrical-coordinate representation of color #ADC3CD: hue angle of 198.75º 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 #ADC3CD is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 195 205 -
CMYK 0.16 0.05 0 0.20
HSL 198.75º 0.24% 0.74% -
HSV(B) 198.75º 0.16% 0.8% -
XYZ 47.77 52.32 65.34 -
YUV 189.56 136.71 116.19 -
System Red Green Blue C M Y K H S L
Decimal 173 195 205 0.16 0.05 0 0.20 198.75 0.24 0.74
Hex AD C3 CD 10 5 0 14 C7 18 4A
Octal 255 303 315 20 5 0 24 307 30 112
Binary 10101101 11000011 11001101 10000 101 0 10100 11000111 11000 1001010

Color Harmonies of #ADC3CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC3CD

Black with #ADC3CD

Text Example


Text Example

White with #ADC3CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC3CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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