#ADDCD3

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

Shades of Scandal #ADDCD3

Tints of Scandal #ADDCD3

Color information

#ADDCD3 (or 0xADDCD3) is unknown color: approx Scandal. HEX triplet: AD, DC and D3. RGB value is (173,220,211). Sum of RGB (Red+Green+Blue) = 173+220+211=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 211 (82.81% from 255 or 34.93% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD3 is #52232C. Grayscale: #CCCCCC. Windows color (decimal): -5382957 or 13884589. OLE color: 13884589.

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

Color convert

RGB173220211-
CMYK0.2100.040.14
HSL168.51º40.17%77.06%-
HSV(B)168.51º21.36%86.27%-
XYZ54.5864.7771.25-
YUV204.92131.43105.23-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.64%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 211 (82.81% from 255) = 34.93%
R=28.64%
G=36.42%
B=34.93%

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
Decimal1732202110.2100.040.14168.5140.1777.06
HexADDCD31504Ea9284d
Octal25533432325041625150115
Binary1010110111011100110100111010101001110101010011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCD3; }

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

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

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

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

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

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

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

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