Html Css Color HEX #A4DCC6 Scandal

📋 copy color: '#A4DCC6'

red 164 ◦ green 220 ◦ blue 198

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

Shades of Scandal #A4DCC6

Tints of Scandal #A4DCC6

RGB

 RED value IS 164 (64.45% from 255) = 28.18%

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

 BLUE value IS 198 (77.73% from 255) = 34.02%

R = 28.18%
G = 37.8%
B = 34.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.1

 K value IS 0.14

RGB Variations

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

Color information

#A4DCC6 (or 0xA4DCC6) is known color: Scandal. HEX triplet: A4, DC and C6. RGB value is (164,220,198). Sum of RGB (Red+Green+Blue) = 164+220+198=582 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.18% from 582); Green value is 220 (86.33% from 255 or 37.80% from 582); Blue value is 198 (77.73% from 255 or 34.02% from 582); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCC6 is #5B2339. Grayscale: #C8C8C8. Windows color (decimal): -5972794 or 13032612. OLE color: 13032612.

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

Color convert

RGB 164 220 198 -
CMYK 0.25 0 0.1 0.14
HSL 156.43º 0.44% 0.75% -
HSV(B) 156.43º 0.25% 0.86% -
XYZ 51.1 63.16 62.92 -
YUV 200.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 164 220 198 0.25 0 0.1 0.14 156.43 0.44 0.75
Hex A4 DC C6 19 0 A E 9C 2C 4B
Octal 244 334 306 31 0 12 16 234 54 113
Binary 10100100 11011100 11000110 11001 0 1010 1110 10011100 101100 1001011

Color Harmonies of #A4DCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCC6

Black with #A4DCC6

Text Example


Text Example

White with #A4DCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCC6; }

 p { color: rgb(164,220,198); }

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

background-color css

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

 a { background-color: rgb(164,220,198); }

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

border-color css

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

 span { border-color: rgb(164,220,198); }

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