#ADC3CC

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

Shades of Heather #ADC3CC

Tints of Heather #ADC3CC

Color information

#ADC3CC (or 0xADC3CC) is unknown color: approx Heather. HEX triplet: AD, C3 and CC. RGB value is (173,195,204). Sum of RGB (Red+Green+Blue) = 173+195+204=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 195 (76.56% from 255 or 34.09% from 572); Blue value is 204 (80.08% from 255 or 35.66% from 572); Max value from RGB is 204 - color contains mainly: blue. Hex color #ADC3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3CC is #523C33. Grayscale: #BDBDBD. Windows color (decimal): -5389364 or 13419437. OLE color: 13419437.

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

Color convert

RGB173195204-
CMYK0.150.0400.2
HSL197.42º23.31%73.92%-
HSV(B)197.42º15.2%80%-
XYZ47.6552.2764.71-
YUV189.45136.21116.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.24%
GREEN value IS 195 (76.56% from 255) = 34.09%
BLUE value IS 204 (80.08% from 255) = 35.66%
R=30.24%
G=34.09%
B=35.66%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1731952040.150.0400.2197.4223.3173.92
HexADC3CCF4014c5174a
Octal25530331417402430527112
Binary101011011100001111001100111110001010011000101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3CC; }

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

 H1.HeaderClassName
 {
   color: #ADC3CC;
 }
 .AnyTagClassName
 {
   color: #ADC3CC;
 }
</style>
background-color css

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

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

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

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

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

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