Html Css Color HEX #ADD7D0 Scandal

📋 copy color: '#ADD7D0'

red 173 ◦ green 215 ◦ blue 208

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

Shades of Scandal #ADD7D0

Tints of Scandal #ADD7D0

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.07%

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

R = 29.03%
G = 36.07%
B = 34.9%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#ADD7D0 (or 0xADD7D0) is known color: Scandal. HEX triplet: AD, D7 and D0. RGB value is (173,215,208). Sum of RGB (Red+Green+Blue) = 173+215+208=596 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.03% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7D0 is #52282F. Grayscale: #C9C9C9. Windows color (decimal): -5384240 or 13686701. OLE color: 13686701.

HSL color Cylindrical-coordinate representation of color #ADD7D0: hue angle of 170º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7D0 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 208 -
CMYK 0.20 0 0.03 0.16
HSL 170º 0.34% 0.76% -
HSV(B) 170º 0.2% 0.84% -
XYZ 52.92 62.04 68.86 -
YUV 201.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 173 215 208 0.20 0 0.03 0.16 170 0.34 0.76
Hex AD D7 D0 14 0 3 10 AA 22 4C
Octal 255 327 320 24 0 3 20 252 42 114
Binary 10101101 11010111 11010000 10100 0 11 10000 10101010 100010 1001100

Color Harmonies of #ADD7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7D0

Black with #ADD7D0

Text Example


Text Example

White with #ADD7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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