Html Css Color HEX #ADD9D0 Scandal

📋 copy color: '#ADD9D0'

red 173 ◦ green 217 ◦ blue 208

#ADD9D0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #ADD9D0

Tints of Scandal #ADD9D0

RGB

 RED value IS 173 (67.97% from 255) = 28.93%

 GREEN value IS 217 (85.16% from 255) = 36.29%

 BLUE value IS 208 (81.64% from 255) = 34.78%

R = 28.93%
G = 36.29%
B = 34.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#ADD9D0 (or 0xADD9D0) is known color: Scandal. HEX triplet: AD, D9 and D0. RGB value is (173,217,208). Sum of RGB (Red+Green+Blue) = 173+217+208=598 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.93% from 598); Green value is 217 (85.16% from 255 or 36.29% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9D0 is #52262F. Grayscale: #CACACA. Windows color (decimal): -5383728 or 13687213. OLE color: 13687213.

HSL color Cylindrical-coordinate representation of color #ADD9D0: hue angle of 167.73º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD9D0 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 208 -
CMYK 0.20 0 0.04 0.15
HSL 167.73º 0.37% 0.76% -
HSV(B) 167.73º 0.2% 0.85% -
XYZ 53.43 63.06 69.03 -
YUV 202.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 173 217 208 0.20 0 0.04 0.15 167.73 0.37 0.76
Hex AD D9 D0 14 0 4 F A8 25 4C
Octal 255 331 320 24 0 4 17 250 45 114
Binary 10101101 11011001 11010000 10100 0 100 1111 10101000 100101 1001100

Color Harmonies of #ADD9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9D0

Black with #ADD9D0

Text Example


Text Example

White with #ADD9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9D0; }

 p { color: rgb(173,217,208); }

 H1.HeaderClassName
 {
   color: #ADD9D0;
 }
 .AnyTagClassName
 {
   color: #ADD9D0;
 }
</style>

background-color css

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

 a { background-color: rgb(173,217,208); }

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

border-color css

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

 span { border-color: rgb(173,217,208); }

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