#ADDCD0

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

Shades of Scandal #ADDCD0

Tints of Scandal #ADDCD0

Color information

#ADDCD0 (or 0xADDCD0) is unknown color: approx Scandal. HEX triplet: AD, DC and D0. RGB value is (173,220,208). Sum of RGB (Red+Green+Blue) = 173+220+208=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD0 is #52232F. Grayscale: #CCCCCC. Windows color (decimal): -5382960 or 13687981. OLE color: 13687981.

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

Color convert

RGB173220208-
CMYK0.2100.050.14
HSL164.68º40.17%77.06%-
HSV(B)164.68º21.36%86.27%-
XYZ54.2164.6269.29-
YUV204.58129.93105.48-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.79%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 208 (81.64% from 255) = 34.61%
R=28.79%
G=36.61%
B=34.61%

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
Decimal1732202080.2100.050.14164.6840.1777.06
HexADDCD01505Ea5284d
Octal25533432025051624550115
Binary1010110111011100110100001010101011110101001011010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCD0; }

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

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

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

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

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

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

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

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