Html Css Color HEX #ADC1CD Heather

📋 copy color: '#ADC1CD'

red 173 ◦ green 193 ◦ blue 205

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

Shades of Heather #ADC1CD

Tints of Heather #ADC1CD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.8%

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

R = 30.3%
G = 33.8%
B = 35.9%

CMYK

 C value IS 0.16

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADC1CD (or 0xADC1CD) is known color: Heather. HEX triplet: AD, C1 and CD. RGB value is (173,193,205). Sum of RGB (Red+Green+Blue) = 173+193+205=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 193 (75.78% from 255 or 33.80% from 571); Blue value is 205 (80.47% from 255 or 35.90% from 571); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADC1CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC1CD is #523E32. Grayscale: #BCBCBC. Windows color (decimal): -5389875 or 13484461. OLE color: 13484461.

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

Color convert

RGB 173 193 205 -
CMYK 0.16 0.06 0 0.20
HSL 202.5º 0.24% 0.74% -
HSV(B) 202.5º 0.16% 0.8% -
XYZ 47.32 51.43 65.19 -
YUV 188.39 137.37 117.02 -
System Red Green Blue C M Y K H S L
Decimal 173 193 205 0.16 0.06 0 0.20 202.5 0.24 0.74
Hex AD C1 CD 10 6 0 14 CA 18 4A
Octal 255 301 315 20 6 0 24 312 30 112
Binary 10101101 11000001 11001101 10000 110 0 10100 11001010 11000 1001010

Color Harmonies of #ADC1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC1CD

Black with #ADC1CD

Text Example


Text Example

White with #ADC1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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