#ACDBCE

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

Shades of Scandal #ACDBCE

Tints of Scandal #ACDBCE

Color information

#ACDBCE (or 0xACDBCE) is unknown color: approx Scandal. HEX triplet: AC, DB and CE. RGB value is (172,219,206). Sum of RGB (Red+Green+Blue) = 172+219+206=597 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.81% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 206 (80.86% from 255 or 34.51% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDBCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDBCE is #532431. Grayscale: #CBCBCB. Windows color (decimal): -5448754 or 13556652. OLE color: 13556652.

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

Color convert

RGB172219206-
CMYK0.2100.060.14
HSL163.4º39.5%76.67%-
HSV(B)163.4º21.46%85.88%-
XYZ53.4963.8967.91-
YUV203.46129.43105.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.81%
GREEN value IS 219 (85.94% from 255) = 36.68%
BLUE value IS 206 (80.86% from 255) = 34.51%
R=28.81%
G=36.68%
B=34.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1722192060.2100.060.14163.439.576.67
HexACDBCE1506Ea3274d
Octal25433331625061624347115
Binary1010110011011011110011101010101101110101000111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACDBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACDBCE; }

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

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

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

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

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

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

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

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