Html Css Color HEX #ACDFD6 Scandal

📋 copy color: '#ACDFD6'

red 172 ◦ green 223 ◦ blue 214

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

Shades of Scandal #ACDFD6

Tints of Scandal #ACDFD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 35.14%

R = 28.24%
G = 36.62%
B = 35.14%

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

#ACDFD6 (or 0xACDFD6) is known color: Scandal. HEX triplet: AC, DF and D6. RGB value is (172,223,214). Sum of RGB (Red+Green+Blue) = 172+223+214=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDFD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDFD6 is #532029. Grayscale: #CECECE. Windows color (decimal): -5447722 or 14081964. OLE color: 14081964.

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

Color convert

RGB 172 223 214 -
CMYK 0.23 0 0.04 0.13
HSL 169.41º 0.44% 0.77% -
HSV(B) 169.41º 0.23% 0.87% -
XYZ 55.54 66.4 73.51 -
YUV 206.73 132.1 103.23 -
System Red Green Blue C M Y K H S L
Decimal 172 223 214 0.23 0 0.04 0.13 169.41 0.44 0.77
Hex AC DF D6 17 0 4 D A9 2C 4D
Octal 254 337 326 27 0 4 15 251 54 115
Binary 10101100 11011111 11010110 10111 0 100 1101 10101001 101100 1001101

Color Harmonies of #ACDFD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDFD6

Black with #ACDFD6

Text Example


Text Example

White with #ACDFD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDFD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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