#ABDBD1

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

Shades of Scandal #ABDBD1

Tints of Scandal #ABDBD1

Color information

#ABDBD1 (or 0xABDBD1) is unknown color: approx Scandal. HEX triplet: AB, DB and D1. RGB value is (171,219,209). Sum of RGB (Red+Green+Blue) = 171+219+209=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBD1 is #54242E. Grayscale: #CBCBCB. Windows color (decimal): -5514287 or 13753259. OLE color: 13753259.

HSL color Cylindrical-coordinate representation of color #ABDBD1: hue angle of 167.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDBD1 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB171219209-
CMYK0.2200.050.14
HSL167.5º40%76.47%-
HSV(B)167.5º21.92%85.88%-
XYZ53.6363.9269.83-
YUV203.51131.1104.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.55%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 209 (82.03% from 255) = 34.89%
R=28.55%
G=36.56%
B=34.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712192090.2200.050.14167.54076.47
HexABDBD11605Ea8284c
Octal25333332126051625050114
Binary1010101111011011110100011011001011110101010001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBD1; }

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

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

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

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

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

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

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

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