#ABDDD0

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

Shades of Scandal #ABDDD0

Tints of Scandal #ABDDD0

Color information

#ABDDD0 (or 0xABDDD0) is unknown color: approx Scandal. HEX triplet: AB, DD and D0. RGB value is (171,221,208). Sum of RGB (Red+Green+Blue) = 171+221+208=600 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.5% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD0 is #54222F. Grayscale: #CCCCCC. Windows color (decimal): -5513776 or 13688235. OLE color: 13688235.

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

Color convert

RGB171221208-
CMYK0.2300.060.13
HSL164.4º42.37%76.86%-
HSV(B)164.4º22.62%86.67%-
XYZ54.0464.9269.36-
YUV204.57129.94104.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.5%
GREEN value IS 221 (86.72% from 255) = 36.83%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=28.5%
G=36.83%
B=34.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712212080.2300.060.13164.442.3776.86
HexABDDD01706Da42a4d
Octal25333532027061524452115
Binary1010101111011101110100001011101101101101001001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDD0; }

 p { color: rgb(171,221,208); }

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

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

 a { background-color: rgb(171,221,208); }

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

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

 span { border-color: rgb(171,221,208); }

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