Html Css Color HEX #ACDFD9 Scandal

📋 copy color: '#ACDFD9'

red 172 ◦ green 223 ◦ blue 217

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

Shades of Scandal #ACDFD9

Tints of Scandal #ACDFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.44%

 BLUE value IS 217 (85.16% from 255) = 35.46%

R = 28.1%
G = 36.44%
B = 35.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#ACDFD9 (or 0xACDFD9) is known color: Scandal. HEX triplet: AC, DF and D9. RGB value is (172,223,217). Sum of RGB (Red+Green+Blue) = 172+223+217=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 217 (85.16% from 255 or 35.46% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD9 is #532026. Grayscale: #CFCFCF. Windows color (decimal): -5447719 or 14278572. OLE color: 14278572.

HSL color Cylindrical-coordinate representation of color #ACDFD9: hue angle of 172.94º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ACDFD9 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 217 -
CMYK 0.23 0 0.03 0.13
HSL 172.94º 0.44% 0.77% -
HSV(B) 172.94º 0.23% 0.87% -
XYZ 55.93 66.56 75.54 -
YUV 207.07 133.6 102.99 -
System Red Green Blue C M Y K H S L
Decimal 172 223 217 0.23 0 0.03 0.13 172.94 0.44 0.77
Hex AC DF D9 17 0 3 D AD 2C 4D
Octal 254 337 331 27 0 3 15 255 54 115
Binary 10101100 11011111 11011001 10111 0 11 1101 10101101 101100 1001101

Color Harmonies of #ACDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD9

Black with #ACDFD9

Text Example


Text Example

White with #ACDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFD9; }

 p { color: rgb(172,223,217); }

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

background-color css

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

 a { background-color: rgb(172,223,217); }

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

border-color css

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

 span { border-color: rgb(172,223,217); }

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