#ABDACF

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

Shades of Scandal #ABDACF

Tints of Scandal #ABDACF

Color information

#ABDACF (or 0xABDACF) is unknown color: approx Scandal. HEX triplet: AB, DA and CF. RGB value is (171,218,207). Sum of RGB (Red+Green+Blue) = 171+218+207=596 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.69% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDACF is #542530. Grayscale: #CACACA. Windows color (decimal): -5514545 or 13621931. OLE color: 13621931.

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

Color convert

RGB171218207-
CMYK0.2200.050.15
HSL165.96º38.84%76.27%-
HSV(B)165.96º21.56%85.49%-
XYZ53.1363.3168.45-
YUV202.69130.43105.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.69%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 207 (81.25% from 255) = 34.73%
R=28.69%
G=36.58%
B=34.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1712182070.2200.050.15165.9638.8476.27
HexABDACF1605Fa6274c
Octal25333231726051724647114
Binary1010101111011010110011111011001011111101001101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDACF; }

 p { color: rgb(171,218,207); }

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

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

 a { background-color: rgb(171,218,207); }

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

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

 span { border-color: rgb(171,218,207); }

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