#ACDBCF

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

Shades of Scandal #ACDBCF

Tints of Scandal #ACDBCF

Color information

#ACDBCF (or 0xACDBCF) is unknown color: approx Scandal. HEX triplet: AC, DB and CF. RGB value is (172,219,207). Sum of RGB (Red+Green+Blue) = 172+219+207=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBCF is #532430. Grayscale: #CBCBCB. Windows color (decimal): -5448753 or 13622188. OLE color: 13622188.

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

Color convert

RGB172219207-
CMYK0.2100.050.14
HSL164.68º39.5%76.67%-
HSV(B)164.68º21.46%85.88%-
XYZ53.6163.9468.55-
YUV203.58129.93105.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.76%
GREEN value IS 219 (85.94% from 255) = 36.62%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=28.76%
G=36.62%
B=34.62%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722192070.2100.050.14164.6839.576.67
HexACDBCF1505Ea5274d
Octal25433331725051624547115
Binary1010110011011011110011111010101011110101001011001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBCF; }

 p { color: rgb(172,219,207); }

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

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

 a { background-color: rgb(172,219,207); }

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

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

 span { border-color: rgb(172,219,207); }

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