Html Css Color HEX #ADDAD6 Scandal

📋 copy color: '#ADDAD6'

red 173 ◦ green 218 ◦ blue 214

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

Shades of Scandal #ADDAD6

Tints of Scandal #ADDAD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.37%

R = 28.6%
G = 36.03%
B = 35.37%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#ADDAD6 (or 0xADDAD6) is known color: Scandal. HEX triplet: AD, DA and D6. RGB value is (173,218,214). Sum of RGB (Red+Green+Blue) = 173+218+214=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 214 (83.98% from 255 or 35.37% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDAD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDAD6 is #522529. Grayscale: #CCCCCC. Windows color (decimal): -5383466 or 14080685. OLE color: 14080685.

HSL color Cylindrical-coordinate representation of color #ADDAD6: hue angle of 174.67º 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 #ADDAD6 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 214 -
CMYK 0.21 0 0.02 0.15
HSL 174.67º 0.38% 0.77% -
HSV(B) 174.67º 0.21% 0.85% -
XYZ 54.44 63.88 73.08 -
YUV 204.09 133.59 105.83 -
System Red Green Blue C M Y K H S L
Decimal 173 218 214 0.21 0 0.02 0.15 174.67 0.38 0.77
Hex AD DA D6 15 0 2 F AF 26 4D
Octal 255 332 326 25 0 2 17 257 46 115
Binary 10101101 11011010 11010110 10101 0 10 1111 10101111 100110 1001101

Color Harmonies of #ADDAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDAD6

Black with #ADDAD6

Text Example


Text Example

White with #ADDAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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