Html Css Color HEX #ACDAD5 Scandal

📋 copy color: '#ACDAD5'

red 172 ◦ green 218 ◦ blue 213

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

Shades of Scandal #ACDAD5

Tints of Scandal #ACDAD5

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.15%

 BLUE value IS 213 (83.59% from 255) = 35.32%

R = 28.52%
G = 36.15%
B = 35.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#ACDAD5 (or 0xACDAD5) is known color: Scandal. HEX triplet: AC, DA and D5. RGB value is (172,218,213). Sum of RGB (Red+Green+Blue) = 172+218+213=603 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.52% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDAD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDAD5 is #53252A. Grayscale: #CBCBCB. Windows color (decimal): -5449003 or 14015148. OLE color: 14015148.

HSL color Cylindrical-coordinate representation of color #ACDAD5: hue angle of 173.48º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ACDAD5 is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 213 -
CMYK 0.21 0 0.02 0.15
HSL 173.48º 0.38% 0.76% -
HSV(B) 173.48º 0.21% 0.85% -
XYZ 54.09 63.72 72.4 -
YUV 203.68 133.26 105.41 -
System Red Green Blue C M Y K H S L
Decimal 172 218 213 0.21 0 0.02 0.15 173.48 0.38 0.76
Hex AC DA D5 15 0 2 F AD 26 4C
Octal 254 332 325 25 0 2 17 255 46 114
Binary 10101100 11011010 11010101 10101 0 10 1111 10101101 100110 1001100

Color Harmonies of #ACDAD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDAD5

Black with #ACDAD5

Text Example


Text Example

White with #ACDAD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDAD5; }

 p { color: rgb(172,218,213); }

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

background-color css

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

 a { background-color: rgb(172,218,213); }

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

border-color css

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

 span { border-color: rgb(172,218,213); }

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