Html Css Color HEX #ACDFD8 Scandal

📋 copy color: '#ACDFD8'

red 172 ◦ green 223 ◦ blue 216

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

Shades of Scandal #ACDFD8

Tints of Scandal #ACDFD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.35%

R = 28.15%
G = 36.5%
B = 35.35%

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

#ACDFD8 (or 0xACDFD8) is known color: Scandal. HEX triplet: AC, DF and D8. RGB value is (172,223,216). Sum of RGB (Red+Green+Blue) = 172+223+216=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD8 is #532027. Grayscale: #CECECE. Windows color (decimal): -5447720 or 14213036. OLE color: 14213036.

HSL color Cylindrical-coordinate representation of color #ACDFD8: hue angle of 171.76º 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 #ACDFD8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 216 -
CMYK 0.23 0 0.03 0.13
HSL 171.76º 0.44% 0.77% -
HSV(B) 171.76º 0.23% 0.87% -
XYZ 55.8 66.5 74.86 -
YUV 206.95 133.1 103.07 -
System Red Green Blue C M Y K H S L
Decimal 172 223 216 0.23 0 0.03 0.13 171.76 0.44 0.77
Hex AC DF D8 17 0 3 D AC 2C 4D
Octal 254 337 330 27 0 3 15 254 54 115
Binary 10101100 11011111 11011000 10111 0 11 1101 10101100 101100 1001101

Color Harmonies of #ACDFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD8

Black with #ACDFD8

Text Example


Text Example

White with #ACDFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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