Html Css Color HEX #A2DECC Scandal

📋 copy color: '#A2DECC'

red 162 ◦ green 222 ◦ blue 204

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

Shades of Scandal #A2DECC

Tints of Scandal #A2DECC

RGB

 RED value IS 162 (63.67% from 255) = 27.55%

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

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

R = 27.55%
G = 37.76%
B = 34.69%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A2DECC (or 0xA2DECC) is known color: Scandal. HEX triplet: A2, DE and CC. RGB value is (162,222,204). Sum of RGB (Red+Green+Blue) = 162+222+204=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 222 (87.11% from 255 or 37.76% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DECC is #5D2133. Grayscale: #CACACA. Windows color (decimal): -6103348 or 13426338. OLE color: 13426338.

HSL color Cylindrical-coordinate representation of color #A2DECC: hue angle of 162º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DECC is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 222 204 -
CMYK 0.27 0 0.08 0.13
HSL 162º 0.48% 0.75% -
HSV(B) 162º 0.27% 0.87% -
XYZ 51.92 64.28 66.8 -
YUV 202.01 129.12 99.46 -
System Red Green Blue C M Y K H S L
Decimal 162 222 204 0.27 0 0.08 0.13 162 0.48 0.75
Hex A2 DE CC 1B 0 8 D A2 30 4B
Octal 242 336 314 33 0 10 15 242 60 113
Binary 10100010 11011110 11001100 11011 0 1000 1101 10100010 110000 1001011

Color Harmonies of #A2DECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DECC

Black with #A2DECC

Text Example


Text Example

White with #A2DECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DECC; }

 p { color: rgb(162,222,204); }

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

background-color css

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

 a { background-color: rgb(162,222,204); }

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

border-color css

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

 span { border-color: rgb(162,222,204); }

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