Html Css Color HEX #ADDED7 Scandal

📋 copy color: '#ADDED7'

red 173 ◦ green 222 ◦ blue 215

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

Shades of Scandal #ADDED7

Tints of Scandal #ADDED7

RGB

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

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

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

R = 28.36%
G = 36.39%
B = 35.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#ADDED7 (or 0xADDED7) is known color: Scandal. HEX triplet: AD, DE and D7. RGB value is (173,222,215). Sum of RGB (Red+Green+Blue) = 173+222+215=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDED7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDED7 is #522128. Grayscale: #CECECE. Windows color (decimal): -5382441 or 14147245. OLE color: 14147245.

HSL color Cylindrical-coordinate representation of color #ADDED7: hue angle of 171.43º 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 #ADDED7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 222 215 -
CMYK 0.22 0 0.03 0.13
HSL 171.43º 0.43% 0.77% -
HSV(B) 171.43º 0.22% 0.87% -
XYZ 55.62 66.03 74.1 -
YUV 206.55 132.77 104.07 -
System Red Green Blue C M Y K H S L
Decimal 173 222 215 0.22 0 0.03 0.13 171.43 0.43 0.77
Hex AD DE D7 16 0 3 D AB 2B 4D
Octal 255 336 327 26 0 3 15 253 53 115
Binary 10101101 11011110 11010111 10110 0 11 1101 10101011 101011 1001101

Color Harmonies of #ADDED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDED7

Black with #ADDED7

Text Example


Text Example

White with #ADDED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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