#ADDCD4

Color #ADDCD4 Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #ADDCD4

Tints of Scandal #ADDCD4

Color information

#ADDCD4 (or 0xADDCD4) is unknown color: approx Scandal. HEX triplet: AD, DC and D4. RGB value is (173,220,212). Sum of RGB (Red+Green+Blue) = 173+220+212=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 212 (83.20% from 255 or 35.04% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD4 is #52232B. Grayscale: #CDCDCD. Windows color (decimal): -5382956 or 13950125. OLE color: 13950125.

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

Color convert

RGB173220212-
CMYK0.2100.040.14
HSL169.79º40.17%77.06%-
HSV(B)169.79º21.36%86.27%-
XYZ54.7164.8271.92-
YUV205.04131.93105.15-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.60%
GREEN value IS 220 (86.33% from 255) = 36.36%
BLUE value IS 212 (83.20% from 255) = 35.04%
R=28.60%
G=36.36%
B=35.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732202120.2100.040.14169.7940.1777.06
HexADDCD41504Eaa284d
Octal25533432425041625250115
Binary1010110111011100110101001010101001110101010101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCD4; }

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

 H1.HeaderClassName
 {
   color: #ADDCD4;
 }
 .AnyTagClassName
 {
   color: #ADDCD4;
 }
</style>
background-color css

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

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

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

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

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

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