#ADCEC7

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

Shades of Scandal #ADCEC7

Tints of Scandal #ADCEC7

Color information

#ADCEC7 (or 0xADCEC7) is unknown color: approx Scandal. HEX triplet: AD, CE and C7. RGB value is (173,206,199). Sum of RGB (Red+Green+Blue) = 173+206+199=578 (76% of max value = 765). Red value is 173 (67.97% from 255 or 29.93% from 578); Green value is 206 (80.86% from 255 or 35.64% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEC7 is #523138. Grayscale: #C3C3C3. Windows color (decimal): -5386553 or 13094573. OLE color: 13094573.

HSL color Cylindrical-coordinate representation of color #ADCEC7: hue angle of 167.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADCEC7 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB173206199-
CMYK0.1600.030.19
HSL167.27º25.19%74.31%-
HSV(B)167.27º16.02%80.78%-
XYZ49.6157.1562.45-
YUV195.34130.07112.07-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.93%
GREEN value IS 206 (80.86% from 255) = 35.64%
BLUE value IS 199 (78.12% from 255) = 34.43%
R=29.93%
G=35.64%
B=34.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1732061990.1600.030.19167.2725.1974.31
HexADCEC7100313a7194a
Octal25531630720032324731112
Binary101011011100111011000111100000111001110100111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEC7; }

 p { color: rgb(173,206,199); }

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

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

 a { background-color: rgb(173,206,199); }

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

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

 span { border-color: rgb(173,206,199); }

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