#ADDDDB

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

Shades of Scandal #ADDDDB

Tints of Scandal #ADDDDB

Color information

#ADDDDB (or 0xADDDDB) is unknown color: approx Scandal. HEX triplet: AD, DD and DB. RGB value is (173,221,219). Sum of RGB (Red+Green+Blue) = 173+221+219=613 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.22% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDDDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDDDB is #522224. Grayscale: #CECECE. Windows color (decimal): -5382693 or 14409133. OLE color: 14409133.

HSL color Cylindrical-coordinate representation of color #ADDDDB: hue angle of 177.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ADDDDB is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB173221219-
CMYK0.2200.010.13
HSL177.5º41.38%77.25%-
HSV(B)177.5º21.72%86.67%-
XYZ55.8865.7176.76-
YUV206.42135.1104.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.22%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 219 (85.94% from 255) = 35.73%
R=28.22%
G=36.05%
B=35.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732212190.2200.010.13177.541.3877.25
HexADDDDB1601Db2294d
Octal25533533326011526251115
Binary10101101110111011101101110110011101101100101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADDDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADDDDB; }

 p { color: rgb(173,221,219); }

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

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

 a { background-color: rgb(173,221,219); }

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

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

 span { border-color: rgb(173,221,219); }

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