Html Css Color HEX #ACDFD7 Scandal

📋 copy color: '#ACDFD7'

red 172 ◦ green 223 ◦ blue 215

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

Shades of Scandal #ACDFD7

Tints of Scandal #ACDFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 35.25%

R = 28.2%
G = 36.56%
B = 35.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#ACDFD7 (or 0xACDFD7) is known color: Scandal. HEX triplet: AC, DF and D7. RGB value is (172,223,215). Sum of RGB (Red+Green+Blue) = 172+223+215=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 215 (84.38% from 255 or 35.25% from 610); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD7 is #532028. Grayscale: #CECECE. Windows color (decimal): -5447721 or 14147500. OLE color: 14147500.

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

Color convert

RGB 172 223 215 -
CMYK 0.23 0 0.04 0.13
HSL 170.59º 0.44% 0.77% -
HSV(B) 170.59º 0.23% 0.87% -
XYZ 55.67 66.45 74.18 -
YUV 206.84 132.6 103.15 -
System Red Green Blue C M Y K H S L
Decimal 172 223 215 0.23 0 0.04 0.13 170.59 0.44 0.77
Hex AC DF D7 17 0 4 D AB 2C 4D
Octal 254 337 327 27 0 4 15 253 54 115
Binary 10101100 11011111 11010111 10111 0 100 1101 10101011 101100 1001101

Color Harmonies of #ACDFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD7

Black with #ACDFD7

Text Example


Text Example

White with #ACDFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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