#ABDDD1

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

Shades of Scandal #ABDDD1

Tints of Scandal #ABDDD1

Color information

#ABDDD1 (or 0xABDDD1) is unknown color: approx Scandal. HEX triplet: AB, DD and D1. RGB value is (171,221,209). Sum of RGB (Red+Green+Blue) = 171+221+209=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 209 (82.03% from 255 or 34.78% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #ABDDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDDD1 is #54222E. Grayscale: #CCCCCC. Windows color (decimal): -5513775 or 13753771. OLE color: 13753771.

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

Color convert

RGB171221209-
CMYK0.2300.050.13
HSL165.6º42.37%76.86%-
HSV(B)165.6º22.62%86.67%-
XYZ54.1664.9770.01-
YUV204.68130.44103.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 209 (82.03% from 255) = 34.78%
R=28.45%
G=36.77%
B=34.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712212090.2300.050.13165.642.3776.86
HexABDDD11705Da62a4d
Octal25333532127051524652115
Binary1010101111011101110100011011101011101101001101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDDD1; }

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

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

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

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

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

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

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

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