Html Css Color HEX #ADDDD7 Scandal

📋 copy color: '#ADDDD7'

red 173 ◦ green 221 ◦ blue 215

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

Shades of Scandal #ADDDD7

Tints of Scandal #ADDDD7

RGB

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

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

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

R = 28.41%
G = 36.29%
B = 35.3%

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

#ADDDD7 (or 0xADDDD7) is known color: Scandal. HEX triplet: AD, DD and D7. RGB value is (173,221,215). Sum of RGB (Red+Green+Blue) = 173+221+215=609 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.41% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 215 (84.38% from 255 or 35.30% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDD7 is #522228. Grayscale: #CDCDCD. Windows color (decimal): -5382697 or 14146989. OLE color: 14146989.

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

Color convert

RGB 173 221 215 -
CMYK 0.22 0 0.03 0.13
HSL 172.5º 0.41% 0.77% -
HSV(B) 172.5º 0.22% 0.87% -
XYZ 55.36 65.5 74.02 -
YUV 205.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 173 221 215 0.22 0 0.03 0.13 172.5 0.41 0.77
Hex AD DD D7 16 0 3 D AC 29 4D
Octal 255 335 327 26 0 3 15 254 51 115
Binary 10101101 11011101 11010111 10110 0 11 1101 10101100 101001 1001101

Color Harmonies of #ADDDD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDDD7

Black with #ADDDD7

Text Example


Text Example

White with #ADDDD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDDD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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