#ABDBD3

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

Shades of Scandal #ABDBD3

Tints of Scandal #ABDBD3

Color information

#ABDBD3 (or 0xABDBD3) is unknown color: approx Scandal. HEX triplet: AB, DB and D3. RGB value is (171,219,211). Sum of RGB (Red+Green+Blue) = 171+219+211=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 219 (85.94% from 255 or 36.44% from 601); Blue value is 211 (82.81% from 255 or 35.11% from 601); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDBD3 is #54242C. Grayscale: #CBCBCB. Windows color (decimal): -5514285 or 13884331. OLE color: 13884331.

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

Color convert

RGB171219211-
CMYK0.2200.040.14
HSL170º40%76.47%-
HSV(B)170º21.92%85.88%-
XYZ53.8864.0271.15-
YUV203.74132.1104.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 219 (85.94% from 255) = 36.44%
BLUE value IS 211 (82.81% from 255) = 35.11%
R=28.45%
G=36.44%
B=35.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712192110.2200.040.141704076.47
HexABDBD31604Eaa284c
Octal25333332326041625250114
Binary1010101111011011110100111011001001110101010101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDBD3; }

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

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

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

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

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

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

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

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