Html Css Color HEX #ADDED9 Scandal

📋 copy color: '#ADDED9'

red 173 ◦ green 222 ◦ blue 217

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

Shades of Scandal #ADDED9

Tints of Scandal #ADDED9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.27%

 BLUE value IS 217 (85.16% from 255) = 35.46%

R = 28.27%
G = 36.27%
B = 35.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#ADDED9 (or 0xADDED9) is known color: Scandal. HEX triplet: AD, DE and D9. RGB value is (173,222,217). Sum of RGB (Red+Green+Blue) = 173+222+217=612 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.27% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED9 is #522126. Grayscale: #CECECE. Windows color (decimal): -5382439 or 14278317. OLE color: 14278317.

HSL color Cylindrical-coordinate representation of color #ADDED9: hue angle of 173.88º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDED9 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 217 -
CMYK 0.22 0 0.02 0.13
HSL 173.88º 0.43% 0.77% -
HSV(B) 173.88º 0.22% 0.87% -
XYZ 55.88 66.14 75.47 -
YUV 206.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 173 222 217 0.22 0 0.02 0.13 173.88 0.43 0.77
Hex AD DE D9 16 0 2 D AE 2B 4D
Octal 255 336 331 26 0 2 15 256 53 115
Binary 10101101 11011110 11011001 10110 0 10 1101 10101110 101011 1001101

Color Harmonies of #ADDED9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDED9

Black with #ADDED9

Text Example


Text Example

White with #ADDED9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDED9; }

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

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

background-color css

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

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

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

border-color css

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

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

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