#ADCDC1

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

Shades of Opal #ADCDC1

Tints of Opal #ADCDC1

Color information

#ADCDC1 (or 0xADCDC1) is unknown color: approx Opal. HEX triplet: AD, CD and C1. RGB value is (173,205,193). Sum of RGB (Red+Green+Blue) = 173+205+193=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #ADCDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDC1 is #52323E. Grayscale: #C2C2C2. Windows color (decimal): -5386815 or 12701101. OLE color: 12701101.

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

Color convert

RGB173205193-
CMYK0.1600.060.20
HSL157.5º24.24%74.12%-
HSV(B)157.5º15.61%80.39%-
XYZ48.6956.458.77-
YUV194.06127.4112.98-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1732051930.1600.060.20157.524.2474.12
HexADCDC11006149e184a
Octal25531530120062423630112
Binary1010110111001101110000011000001101010010011110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDC1; }

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

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

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

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

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

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

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

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