Html Css Color HEX #ADDBD7 Scandal

📋 copy color: '#ADDBD7'

red 173 ◦ green 219 ◦ blue 215

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

Shades of Scandal #ADDBD7

Tints of Scandal #ADDBD7

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.08%

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

R = 28.5%
G = 36.08%
B = 35.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#ADDBD7 (or 0xADDBD7) is known color: Scandal. HEX triplet: AD, DB and D7. RGB value is (173,219,215). Sum of RGB (Red+Green+Blue) = 173+219+215=607 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.50% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 215 (84.38% from 255 or 35.42% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBD7 is #522428. Grayscale: #CCCCCC. Windows color (decimal): -5383209 or 14146477. OLE color: 14146477.

HSL color Cylindrical-coordinate representation of color #ADDBD7: hue angle of 174.78º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBD7 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 215 -
CMYK 0.21 0 0.02 0.14
HSL 174.78º 0.39% 0.77% -
HSV(B) 174.78º 0.21% 0.86% -
XYZ 54.83 64.45 73.84 -
YUV 204.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 173 219 215 0.21 0 0.02 0.14 174.78 0.39 0.77
Hex AD DB D7 15 0 2 E AF 27 4D
Octal 255 333 327 25 0 2 16 257 47 115
Binary 10101101 11011011 11010111 10101 0 10 1110 10101111 100111 1001101

Color Harmonies of #ADDBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBD7

Black with #ADDBD7

Text Example


Text Example

White with #ADDBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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