Html Css Color HEX #ACDDDA Scandal

📋 copy color: '#ACDDDA'

red 172 ◦ green 221 ◦ blue 218

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

Shades of Scandal #ACDDDA

Tints of Scandal #ACDDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 28.15%
G = 36.17%
B = 35.68%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#ACDDDA (or 0xACDDDA) is known color: Scandal. HEX triplet: AC, DD and DA. RGB value is (172,221,218). Sum of RGB (Red+Green+Blue) = 172+221+218=611 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.15% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDDA is #532225. Grayscale: #CDCDCD. Windows color (decimal): -5448230 or 14343596. OLE color: 14343596.

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

Color convert

RGB 172 221 218 -
CMYK 0.22 0 0.01 0.13
HSL 176.33º 0.42% 0.77% -
HSV(B) 176.33º 0.22% 0.87% -
XYZ 55.52 65.55 76.05 -
YUV 206.01 134.77 103.74 -
System Red Green Blue C M Y K H S L
Decimal 172 221 218 0.22 0 0.01 0.13 176.33 0.42 0.77
Hex AC DD DA 16 0 1 D B0 2A 4D
Octal 254 335 332 26 0 1 15 260 52 115
Binary 10101100 11011101 11011010 10110 0 1 1101 10110000 101010 1001101

Color Harmonies of #ACDDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDDDA

Black with #ACDDDA

Text Example


Text Example

White with #ACDDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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