Html Css Color HEX #ADDCD9 Scandal

📋 copy color: '#ADDCD9'

red 173 ◦ green 220 ◦ blue 217

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

Shades of Scandal #ADDCD9

Tints of Scandal #ADDCD9

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.07%

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

R = 28.36%
G = 36.07%
B = 35.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#ADDCD9 (or 0xADDCD9) is known color: Scandal. HEX triplet: AD, DC and D9. RGB value is (173,220,217). Sum of RGB (Red+Green+Blue) = 173+220+217=610 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.36% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 217 (85.16% from 255 or 35.57% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD9 is #522326. Grayscale: #CDCDCD. Windows color (decimal): -5382951 or 14277805. OLE color: 14277805.

HSL color Cylindrical-coordinate representation of color #ADDCD9: hue angle of 176.17º degrees, saturation: 0.4, 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 #ADDCD9 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 220 217 -
CMYK 0.21 0 0.01 0.14
HSL 176.17º 0.4% 0.77% -
HSV(B) 176.17º 0.21% 0.86% -
XYZ 55.35 65.08 75.29 -
YUV 205.61 134.43 104.74 -
System Red Green Blue C M Y K H S L
Decimal 173 220 217 0.21 0 0.01 0.14 176.17 0.4 0.77
Hex AD DC D9 15 0 1 E B0 28 4D
Octal 255 334 331 25 0 1 16 260 50 115
Binary 10101101 11011100 11011001 10101 0 1 1110 10110000 101000 1001101

Color Harmonies of #ADDCD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDCD9

Black with #ADDCD9

Text Example


Text Example

White with #ADDCD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDCD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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