Html Css Color HEX #ACD8D2 Scandal

📋 copy color: '#ACD8D2'

red 172 ◦ green 216 ◦ blue 210

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

Shades of Scandal #ACD8D2

Tints of Scandal #ACD8D2

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.12%

 BLUE value IS 210 (82.42% from 255) = 35.12%

R = 28.76%
G = 36.12%
B = 35.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#ACD8D2 (or 0xACD8D2) is known color: Scandal. HEX triplet: AC, D8 and D2. RGB value is (172,216,210). Sum of RGB (Red+Green+Blue) = 172+216+210=598 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.76% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #ACD8D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACD8D2 is #53272D. Grayscale: #CACACA. Windows color (decimal): -5449518 or 13818028. OLE color: 13818028.

HSL color Cylindrical-coordinate representation of color #ACD8D2: hue angle of 171.82º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD8D2 is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 216 210 -
CMYK 0.20 0 0.03 0.15
HSL 171.82º 0.36% 0.76% -
HSV(B) 171.82º 0.2% 0.85% -
XYZ 53.2 62.54 70.24 -
YUV 202.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 172 216 210 0.20 0 0.03 0.15 171.82 0.36 0.76
Hex AC D8 D2 14 0 3 F AC 24 4C
Octal 254 330 322 24 0 3 17 254 44 114
Binary 10101100 11011000 11010010 10100 0 11 1111 10101100 100100 1001100

Color Harmonies of #ACD8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD8D2

Black with #ACD8D2

Text Example


Text Example

White with #ACD8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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