Html Css Color HEX #A2DCCE Scandal

📋 copy color: '#A2DCCE'

red 162 ◦ green 220 ◦ blue 206

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

Shades of Scandal #A2DCCE

Tints of Scandal #A2DCCE

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.41%

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

R = 27.55%
G = 37.41%
B = 35.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#A2DCCE (or 0xA2DCCE) is known color: Scandal. HEX triplet: A2, DC and CE. RGB value is (162,220,206). Sum of RGB (Red+Green+Blue) = 162+220+206=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DCCE is #5D2331. Grayscale: #C9C9C9. Windows color (decimal): -6103858 or 13556898. OLE color: 13556898.

HSL color Cylindrical-coordinate representation of color #A2DCCE: hue angle of 165.52º degrees, saturation: 0.45, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A2DCCE is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 220 206 -
CMYK 0.26 0 0.06 0.14
HSL 165.52º 0.45% 0.75% -
HSV(B) 165.52º 0.26% 0.86% -
XYZ 51.63 63.32 67.89 -
YUV 201.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 162 220 206 0.26 0 0.06 0.14 165.52 0.45 0.75
Hex A2 DC CE 1A 0 6 E A6 2D 4B
Octal 242 334 316 32 0 6 16 246 55 113
Binary 10100010 11011100 11001110 11010 0 110 1110 10100110 101101 1001011

Color Harmonies of #A2DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DCCE

Black with #A2DCCE

Text Example


Text Example

White with #A2DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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