#ADDCD1

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

Shades of Scandal #ADDCD1

Tints of Scandal #ADDCD1

Color information

#ADDCD1 (or 0xADDCD1) is unknown color: approx Scandal. HEX triplet: AD, DC and D1. RGB value is (173,220,209). Sum of RGB (Red+Green+Blue) = 173+220+209=602 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.74% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 209 (82.03% from 255 or 34.72% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD1 is #52232E. Grayscale: #CCCCCC. Windows color (decimal): -5382959 or 13753517. OLE color: 13753517.

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

Color convert

RGB173220209-
CMYK0.2100.050.14
HSL165.96º40.17%77.06%-
HSV(B)165.96º21.36%86.27%-
XYZ54.3464.6769.94-
YUV204.69130.43105.39-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.74%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 209 (82.03% from 255) = 34.72%
R=28.74%
G=36.54%
B=34.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732202090.2100.050.14165.9640.1777.06
HexADDCD11505Ea6284d
Octal25533432125051624650115
Binary1010110111011100110100011010101011110101001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCD1; }

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

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

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

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

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

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

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

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