#ADC1CD

Color #ADC1CD Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #ADC1CD

Tints of Heather #ADC1CD

Color information

#ADC1CD (or 0xADC1CD) is unknown color: approx 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

RGB173193205-
CMYK0.160.0600.20
HSL202.5º24.24%74.12%-
HSV(B)202.5º15.61%80.39%-
XYZ47.3251.4365.19-
YUV188.39137.37117.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.30%
GREEN value IS 193 (75.78% from 255) = 33.80%
BLUE value IS 205 (80.47% from 255) = 35.90%
R=30.30%
G=33.80%
B=35.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1731932050.160.0600.20202.524.2474.12
HexADC1CD106014ca184a
Octal25530131520602431230112
Binary1010110111000001110011011000011001010011001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>