Html Css Color HEX #A2DECE Scandal

📋 copy color: '#A2DECE'

red 162 ◦ green 222 ◦ blue 206

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

Shades of Scandal #A2DECE

Tints of Scandal #A2DECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 27.46%
G = 37.63%
B = 34.92%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#A2DECE (or 0xA2DECE) is known color: Scandal. HEX triplet: A2, DE and CE. RGB value is (162,222,206). Sum of RGB (Red+Green+Blue) = 162+222+206=590 (78% of max value = 765). Red value is 162 (63.67% from 255 or 27.46% from 590); Green value is 222 (87.11% from 255 or 37.63% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 222 - color contains mainly: green. Hex color #A2DECE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DECE is #5D2131. Grayscale: #CACACA. Windows color (decimal): -6103346 or 13557410. OLE color: 13557410.

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

Color convert

RGB 162 222 206 -
CMYK 0.27 0 0.07 0.13
HSL 164º 0.48% 0.75% -
HSV(B) 164º 0.27% 0.87% -
XYZ 52.16 64.38 68.07 -
YUV 202.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 162 222 206 0.27 0 0.07 0.13 164 0.48 0.75
Hex A2 DE CE 1B 0 7 D A4 30 4B
Octal 242 336 316 33 0 7 15 244 60 113
Binary 10100010 11011110 11001110 11011 0 111 1101 10100100 110000 1001011

Color Harmonies of #A2DECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DECE

Black with #A2DECE

Text Example


Text Example

White with #A2DECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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