Html Css Color HEX #ACDEDA Scandal

📋 copy color: '#ACDEDA'

red 172 ◦ green 222 ◦ blue 218

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

Shades of Scandal #ACDEDA

Tints of Scandal #ACDEDA

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.27%

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

R = 28.1%
G = 36.27%
B = 35.62%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#ACDEDA (or 0xACDEDA) is known color: Scandal. HEX triplet: AC, DE and DA. RGB value is (172,222,218). Sum of RGB (Red+Green+Blue) = 172+222+218=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDEDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDEDA is #532125. Grayscale: #CECECE. Windows color (decimal): -5447974 or 14343852. OLE color: 14343852.

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

Color convert

RGB 172 222 218 -
CMYK 0.23 0 0.02 0.13
HSL 175.2º 0.43% 0.77% -
HSV(B) 175.2º 0.23% 0.87% -
XYZ 55.79 66.08 76.14 -
YUV 206.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 172 222 218 0.23 0 0.02 0.13 175.2 0.43 0.77
Hex AC DE DA 17 0 2 D AF 2B 4D
Octal 254 336 332 27 0 2 15 257 53 115
Binary 10101100 11011110 11011010 10111 0 10 1101 10101111 101011 1001101

Color Harmonies of #ACDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDEDA

Black with #ACDEDA

Text Example


Text Example

White with #ACDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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