Html Css Color HEX #ADDDD5 Scandal

📋 copy color: '#ADDDD5'

red 173 ◦ green 221 ◦ blue 213

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

Shades of Scandal #ADDDD5

Tints of Scandal #ADDDD5

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.41%

 BLUE value IS 213 (83.59% from 255) = 35.09%

R = 28.5%
G = 36.41%
B = 35.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#ADDDD5 (or 0xADDDD5) is known color: Scandal. HEX triplet: AD, DD and D5. RGB value is (173,221,213). Sum of RGB (Red+Green+Blue) = 173+221+213=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 213 (83.59% from 255 or 35.09% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD5 is #52222A. Grayscale: #CDCDCD. Windows color (decimal): -5382699 or 14015917. OLE color: 14015917.

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

Color convert

RGB 173 221 213 -
CMYK 0.22 0 0.04 0.13
HSL 170º 0.41% 0.77% -
HSV(B) 170º 0.22% 0.87% -
XYZ 55.1 65.4 72.67 -
YUV 205.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 173 221 213 0.22 0 0.04 0.13 170 0.41 0.77
Hex AD DD D5 16 0 4 D AA 29 4D
Octal 255 335 325 26 0 4 15 252 51 115
Binary 10101101 11011101 11010101 10110 0 100 1101 10101010 101001 1001101

Color Harmonies of #ADDDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDD5

Black with #ADDDD5

Text Example


Text Example

White with #ADDDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDD5; }

 p { color: rgb(173,221,213); }

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

background-color css

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

 a { background-color: rgb(173,221,213); }

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

border-color css

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

 span { border-color: rgb(173,221,213); }

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