#ADCCC3

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

Shades of Opal #ADCCC3

Tints of Opal #ADCCC3

Color information

#ADCCC3 (or 0xADCCC3) is unknown color: approx Opal. HEX triplet: AD, CC and C3. RGB value is (173,204,195). Sum of RGB (Red+Green+Blue) = 173+204+195=572 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.24% from 572); Green value is 204 (80.08% from 255 or 35.66% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC3 is #52333C. Grayscale: #C1C1C1. Windows color (decimal): -5387069 or 12831917. OLE color: 12831917.

HSL color Cylindrical-coordinate representation of color #ADCCC3: hue angle of 162.58º 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 #ADCCC3 is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.

Color convert

RGB173204195-
CMYK0.1500.040.2
HSL162.58º23.31%73.92%-
HSV(B)162.58º15.2%80%-
XYZ48.6856.0159.88-
YUV193.7128.73113.23-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041950.1500.040.2162.5823.3173.92
HexADCCC3F0414a3174a
Octal25531430317042424327112
Binary101011011100110011000011111101001010010100011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCC3; }

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

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

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

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

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

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

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

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