Html Css Color HEX #ACDDD8 Scandal

📋 copy color: '#ACDDD8'

red 172 ◦ green 221 ◦ blue 216

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

Shades of Scandal #ACDDD8

Tints of Scandal #ACDDD8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.29%

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

R = 28.24%
G = 36.29%
B = 35.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#ACDDD8 (or 0xACDDD8) is known color: Scandal. HEX triplet: AC, DD and D8. RGB value is (172,221,216). Sum of RGB (Red+Green+Blue) = 172+221+216=609 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.24% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDD8 is #532227. Grayscale: #CDCDCD. Windows color (decimal): -5448232 or 14212524. OLE color: 14212524.

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

Color convert

RGB 172 221 216 -
CMYK 0.22 0 0.02 0.13
HSL 173.88º 0.42% 0.77% -
HSV(B) 173.88º 0.22% 0.87% -
XYZ 55.26 65.44 74.68 -
YUV 205.78 133.77 103.91 -
System Red Green Blue C M Y K H S L
Decimal 172 221 216 0.22 0 0.02 0.13 173.88 0.42 0.77
Hex AC DD D8 16 0 2 D AE 2A 4D
Octal 254 335 330 26 0 2 15 256 52 115
Binary 10101100 11011101 11011000 10110 0 10 1101 10101110 101010 1001101

Color Harmonies of #ACDDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDD8

Black with #ACDDD8

Text Example


Text Example

White with #ACDDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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