Html Css Color HEX #A4DCD1 Scandal

📋 copy color: '#A4DCD1'

red 164 ◦ green 220 ◦ blue 209

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

Shades of Scandal #A4DCD1

Tints of Scandal #A4DCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 35.24%

R = 27.66%
G = 37.1%
B = 35.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#A4DCD1 (or 0xA4DCD1) is known color: Scandal. HEX triplet: A4, DC and D1. RGB value is (164,220,209). Sum of RGB (Red+Green+Blue) = 164+220+209=593 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.66% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCD1 is #5B232E. Grayscale: #C9C9C9. Windows color (decimal): -5972783 or 13753508. OLE color: 13753508.

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

Color convert

RGB 164 220 209 -
CMYK 0.25 0 0.05 0.14
HSL 168.21º 0.44% 0.75% -
HSV(B) 168.21º 0.25% 0.86% -
XYZ 52.41 63.68 69.85 -
YUV 202 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 164 220 209 0.25 0 0.05 0.14 168.21 0.44 0.75
Hex A4 DC D1 19 0 5 E A8 2C 4B
Octal 244 334 321 31 0 5 16 250 54 113
Binary 10100100 11011100 11010001 11001 0 101 1110 10101000 101100 1001011

Color Harmonies of #A4DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCD1

Black with #A4DCD1

Text Example


Text Example

White with #A4DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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