Html Css Color HEX #ACDAC9 Scandal

📋 copy color: '#ACDAC9'

red 172 ◦ green 218 ◦ blue 201

#ACDAC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scandal #ACDAC9

Tints of Scandal #ACDAC9

RGB

 RED value IS 172 (67.58% from 255) = 29.1%

 GREEN value IS 218 (85.55% from 255) = 36.89%

 BLUE value IS 201 (78.91% from 255) = 34.01%

R = 29.1%
G = 36.89%
B = 34.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#ACDAC9 (or 0xACDAC9) is known color: Scandal. HEX triplet: AC, DA and C9. RGB value is (172,218,201). Sum of RGB (Red+Green+Blue) = 172+218+201=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAC9 is #532536. Grayscale: #CACACA. Windows color (decimal): -5449015 or 13228716. OLE color: 13228716.

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

Color convert

RGB 172 218 201 -
CMYK 0.21 0 0.08 0.15
HSL 157.83º 0.38% 0.76% -
HSV(B) 157.83º 0.21% 0.85% -
XYZ 52.63 63.13 64.67 -
YUV 202.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 172 218 201 0.21 0 0.08 0.15 157.83 0.38 0.76
Hex AC DA C9 15 0 8 F 9E 26 4C
Octal 254 332 311 25 0 10 17 236 46 114
Binary 10101100 11011010 11001001 10101 0 1000 1111 10011110 100110 1001100

Color Harmonies of #ACDAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAC9

Black with #ACDAC9

Text Example


Text Example

White with #ACDAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAC9; }

 p { color: rgb(172,218,201); }

 H1.HeaderClassName
 {
   color: #ACDAC9;
 }
 .AnyTagClassName
 {
   color: #ACDAC9;
 }
</style>

background-color css

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

 a { background-color: rgb(172,218,201); }

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

border-color css

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

 span { border-color: rgb(172,218,201); }

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