#ADCDC3

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

Shades of Opal #ADCDC3

Tints of Opal #ADCDC3

Color information

#ADCDC3 (or 0xADCDC3) is unknown color: approx Opal. HEX triplet: AD, CD and C3. RGB value is (173,205,195). Sum of RGB (Red+Green+Blue) = 173+205+195=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 205 (80.47% from 255 or 35.78% from 573); Blue value is 195 (76.56% from 255 or 34.03% from 573); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC3 is #52323C. Grayscale: #C2C2C2. Windows color (decimal): -5386813 or 12832173. OLE color: 12832173.

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

Color convert

RGB173205195-
CMYK0.1600.050.20
HSL161.25º24.24%74.12%-
HSV(B)161.25º15.61%80.39%-
XYZ48.9256.4959.95-
YUV194.29128.4112.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.19%
GREEN value IS 205 (80.47% from 255) = 35.78%
BLUE value IS 195 (76.56% from 255) = 34.03%
R=30.19%
G=35.78%
B=34.03%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051950.1600.050.20161.2524.2474.12
HexADCDC3100514a1184a
Octal25531530320052424130112
Binary1010110111001101110000111000001011010010100001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDC3; }

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

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

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

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

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

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

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

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