#ADDCD7

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

Shades of Scandal #ADDCD7

Tints of Scandal #ADDCD7

Color information

#ADDCD7 (or 0xADDCD7) is unknown color: approx Scandal. HEX triplet: AD, DC and D7. RGB value is (173,220,215). Sum of RGB (Red+Green+Blue) = 173+220+215=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 215 (84.38% from 255 or 35.36% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #ADDCD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDCD7 is #522328. Grayscale: #CDCDCD. Windows color (decimal): -5382953 or 14146733. OLE color: 14146733.

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

Color convert

RGB173220215-
CMYK0.2100.020.14
HSL173.62º40.17%77.06%-
HSV(B)173.62º21.36%86.27%-
XYZ55.0964.9873.93-
YUV205.38133.43104.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 220 (86.33% from 255) = 36.18%
BLUE value IS 215 (84.38% from 255) = 35.36%
R=28.45%
G=36.18%
B=35.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732202150.2100.020.14173.6240.1777.06
HexADDCD71502Eae284d
Octal25533432725021625650115
Binary101011011101110011010111101010101110101011101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDCD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDCD7; }

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

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

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

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

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

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

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

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