#ADD3CD

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

Shades of Scandal #ADD3CD

Tints of Scandal #ADD3CD

Color information

#ADD3CD (or 0xADD3CD) is unknown color: approx Scandal. HEX triplet: AD, D3 and CD. RGB value is (173,211,205). Sum of RGB (Red+Green+Blue) = 173+211+205=589 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.37% from 589); Green value is 211 (82.81% from 255 or 35.82% from 589); Blue value is 205 (80.47% from 255 or 34.80% from 589); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD3CD is #522C32. Grayscale: #C6C6C6. Windows color (decimal): -5385267 or 13489069. OLE color: 13489069.

HSL color Cylindrical-coordinate representation of color #ADD3CD: hue angle of 170.53º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ADD3CD is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB173211205-
CMYK0.1800.030.17
HSL170.53º30.16%75.29%-
HSV(B)170.53º18.01%82.75%-
XYZ51.5559.8866.6-
YUV198.95131.41109.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.37%
GREEN value IS 211 (82.81% from 255) = 35.82%
BLUE value IS 205 (80.47% from 255) = 34.80%
R=29.37%
G=35.82%
B=34.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1732112050.1800.030.17170.5330.1675.29
HexADD3CD120311ab1e4b
Octal25532331522032125336113
Binary101011011101001111001101100100111000110101011111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD3CD; }

 p { color: rgb(173,211,205); }

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

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

 a { background-color: rgb(173,211,205); }

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

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

 span { border-color: rgb(173,211,205); }

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