#ADDBD8

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

Shades of Scandal #ADDBD8

Tints of Scandal #ADDBD8

Color information

#ADDBD8 (or 0xADDBD8) is unknown color: approx Scandal. HEX triplet: AD, DB and D8. RGB value is (173,219,216). Sum of RGB (Red+Green+Blue) = 173+219+216=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 216 (84.77% from 255 or 35.53% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBD8 is #522427. Grayscale: #CCCCCC. Windows color (decimal): -5383208 or 14212013. OLE color: 14212013.

HSL color Cylindrical-coordinate representation of color #ADDBD8: hue angle of 176.09º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBD8 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB173219216-
CMYK0.2100.010.14
HSL176.09º38.98%76.86%-
HSV(B)176.09º21%85.88%-
XYZ54.9664.5174.52-
YUV204.9134.26105.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 216 (84.77% from 255) = 35.53%
R=28.45%
G=36.02%
B=35.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732192160.2100.010.14176.0938.9876.86
HexADDBD81501Eb0274d
Octal25533333025011626047115
Binary10101101110110111101100010101011110101100001001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDBD8; }

 p { color: rgb(173,219,216); }

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

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

 a { background-color: rgb(173,219,216); }

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

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

 span { border-color: rgb(173,219,216); }

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