Html Css Color HEX #A4DCC8 Scandal

📋 copy color: '#A4DCC8'

red 164 ◦ green 220 ◦ blue 200

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

Shades of Scandal #A4DCC8

Tints of Scandal #A4DCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 28.08%
G = 37.67%
B = 34.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#A4DCC8 (or 0xA4DCC8) is known color: Scandal. HEX triplet: A4, DC and C8. RGB value is (164,220,200). Sum of RGB (Red+Green+Blue) = 164+220+200=584 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.08% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCC8 is #5B2337. Grayscale: #C8C8C8. Windows color (decimal): -5972792 or 13163684. OLE color: 13163684.

HSL color Cylindrical-coordinate representation of color #A4DCC8: hue angle of 158.57º 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 #A4DCC8 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 220 200 -
CMYK 0.25 0 0.09 0.14
HSL 158.57º 0.44% 0.75% -
HSV(B) 158.57º 0.25% 0.86% -
XYZ 51.33 63.25 64.15 -
YUV 200.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 164 220 200 0.25 0 0.09 0.14 158.57 0.44 0.75
Hex A4 DC C8 19 0 9 E 9F 2C 4B
Octal 244 334 310 31 0 11 16 237 54 113
Binary 10100100 11011100 11001000 11001 0 1001 1110 10011111 101100 1001011

Color Harmonies of #A4DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCC8

Black with #A4DCC8

Text Example


Text Example

White with #A4DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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