#ADCCC6

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

Shades of Opal #ADCCC6

Tints of Opal #ADCCC6

Color information

#ADCCC6 (or 0xADCCC6) is unknown color: approx Opal. HEX triplet: AD, CC and C6. RGB value is (173,204,198). Sum of RGB (Red+Green+Blue) = 173+204+198=575 (76% of max value = 765). Red value is 173 (67.97% from 255 or 30.09% from 575); Green value is 204 (80.08% from 255 or 35.48% from 575); Blue value is 198 (77.73% from 255 or 34.43% from 575); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCCC6 is #523339. Grayscale: #C2C2C2. Windows color (decimal): -5387066 or 13028525. OLE color: 13028525.

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

Color convert

RGB173204198-
CMYK0.1500.030.2
HSL168.39º23.31%73.92%-
HSV(B)168.39º15.2%80%-
XYZ49.0256.1561.68-
YUV194.05130.23112.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.09%
GREEN value IS 204 (80.08% from 255) = 35.48%
BLUE value IS 198 (77.73% from 255) = 34.43%
R=30.09%
G=35.48%
B=34.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1732041980.1500.030.2168.3923.3173.92
HexADCCC6F0314a8174a
Octal25531430617032425027112
Binary10101101110011001100011011110111010010101000101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCCC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCCC6; }

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

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

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

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

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

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

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

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