Html Css Color HEX #ADDAD7 Scandal

📋 copy color: '#ADDAD7'

red 173 ◦ green 218 ◦ blue 215

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

Shades of Scandal #ADDAD7

Tints of Scandal #ADDAD7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.97%

 BLUE value IS 215 (84.38% from 255) = 35.48%

R = 28.55%
G = 35.97%
B = 35.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#ADDAD7 (or 0xADDAD7) is known color: Scandal. HEX triplet: AD, DA and D7. RGB value is (173,218,215). Sum of RGB (Red+Green+Blue) = 173+218+215=606 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.55% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 215 (84.38% from 255 or 35.48% from 606); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAD7 is #522528. Grayscale: #CCCCCC. Windows color (decimal): -5383465 or 14146221. OLE color: 14146221.

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

Color convert

RGB 173 218 215 -
CMYK 0.21 0 0.01 0.15
HSL 176º 0.38% 0.77% -
HSV(B) 176º 0.21% 0.85% -
XYZ 54.57 63.93 73.75 -
YUV 204.2 134.09 105.74 -
System Red Green Blue C M Y K H S L
Decimal 173 218 215 0.21 0 0.01 0.15 176 0.38 0.77
Hex AD DA D7 15 0 1 F B0 26 4D
Octal 255 332 327 25 0 1 17 260 46 115
Binary 10101101 11011010 11010111 10101 0 1 1111 10110000 100110 1001101

Color Harmonies of #ADDAD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAD7

Black with #ADDAD7

Text Example


Text Example

White with #ADDAD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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