Html Css Color HEX #ACDACC Scandal

📋 copy color: '#ACDACC'

red 172 ◦ green 218 ◦ blue 204

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

Shades of Scandal #ACDACC

Tints of Scandal #ACDACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.34%

R = 28.96%
G = 36.7%
B = 34.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#ACDACC (or 0xACDACC) is known color: Scandal. HEX triplet: AC, DA and CC. RGB value is (172,218,204). Sum of RGB (Red+Green+Blue) = 172+218+204=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 218 (85.55% from 255 or 36.70% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDACC is #532533. Grayscale: #CACACA. Windows color (decimal): -5449012 or 13425324. OLE color: 13425324.

HSL color Cylindrical-coordinate representation of color #ACDACC: hue angle of 161.74º 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 #ACDACC is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 204 -
CMYK 0.21 0 0.06 0.15
HSL 161.74º 0.38% 0.76% -
HSV(B) 161.74º 0.21% 0.85% -
XYZ 52.98 63.27 66.55 -
YUV 202.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 172 218 204 0.21 0 0.06 0.15 161.74 0.38 0.76
Hex AC DA CC 15 0 6 F A2 26 4C
Octal 254 332 314 25 0 6 17 242 46 114
Binary 10101100 11011010 11001100 10101 0 110 1111 10100010 100110 1001100

Color Harmonies of #ACDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDACC

Black with #ACDACC

Text Example


Text Example

White with #ACDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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