#ADDFDA

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

Shades of Scandal #ADDFDA

Tints of Scandal #ADDFDA

Color information

#ADDFDA (or 0xADDFDA) is unknown color: approx Scandal. HEX triplet: AD, DF and DA. RGB value is (173,223,218). Sum of RGB (Red+Green+Blue) = 173+223+218=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 218 (85.55% from 255 or 35.50% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFDA is #522025. Grayscale: #CFCFCF. Windows color (decimal): -5382182 or 14344109. OLE color: 14344109.

HSL color Cylindrical-coordinate representation of color #ADDFDA: hue angle of 174º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFDA is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB173223218-
CMYK0.2200.020.13
HSL174º43.86%77.65%-
HSV(B)174º22.42%87.45%-
XYZ56.2866.7276.24-
YUV207.48133.94103.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.18%
GREEN value IS 223 (87.5% from 255) = 36.32%
BLUE value IS 218 (85.55% from 255) = 35.50%
R=28.18%
G=36.32%
B=35.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732232180.2200.020.1317443.8677.65
HexADDFDA1602Dae2c4e
Octal25533733226021525654116
Binary101011011101111111011010101100101101101011101011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDFDA; }

 p { color: rgb(173,223,218); }

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

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

 a { background-color: rgb(173,223,218); }

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

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

 span { border-color: rgb(173,223,218); }

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