Html Css Color HEX #ADDFD9 Scandal

📋 copy color: '#ADDFD9'

red 173 ◦ green 223 ◦ blue 217

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

Shades of Scandal #ADDFD9

Tints of Scandal #ADDFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

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

R = 28.22%
G = 36.38%
B = 35.4%

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

#ADDFD9 (or 0xADDFD9) is known color: Scandal. HEX triplet: AD, DF and D9. RGB value is (173,223,217). Sum of RGB (Red+Green+Blue) = 173+223+217=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 217 (85.16% from 255 or 35.40% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDFD9 is #522026. Grayscale: #CFCFCF. Windows color (decimal): -5382183 or 14278573. OLE color: 14278573.

HSL color Cylindrical-coordinate representation of color #ADDFD9: hue angle of 172.8º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDFD9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 217 -
CMYK 0.22 0 0.03 0.13
HSL 172.8º 0.44% 0.78% -
HSV(B) 172.8º 0.22% 0.87% -
XYZ 56.15 66.67 75.55 -
YUV 207.37 133.44 103.49 -
System Red Green Blue C M Y K H S L
Decimal 173 223 217 0.22 0 0.03 0.13 172.8 0.44 0.78
Hex AD DF D9 16 0 3 D AD 2C 4E
Octal 255 337 331 26 0 3 15 255 54 116
Binary 10101101 11011111 11011001 10110 0 11 1101 10101101 101100 1001110

Color Harmonies of #ADDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDFD9

Black with #ADDFD9

Text Example


Text Example

White with #ADDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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