Html Css Color HEX #A4DCD0 Scandal

📋 copy color: '#A4DCD0'

red 164 ◦ green 220 ◦ blue 208

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

Shades of Scandal #A4DCD0

Tints of Scandal #A4DCD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 35.14%

R = 27.7%
G = 37.16%
B = 35.14%

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

#A4DCD0 (or 0xA4DCD0) is known color: Scandal. HEX triplet: A4, DC and D0. RGB value is (164,220,208). Sum of RGB (Red+Green+Blue) = 164+220+208=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 208 (81.64% from 255 or 35.14% from 592); Max value from RGB is 220 - color contains mainly: green. Hex color #A4DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DCD0 is #5B232F. Grayscale: #C9C9C9. Windows color (decimal): -5972784 or 13687972. OLE color: 13687972.

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

Color convert

RGB 164 220 208 -
CMYK 0.25 0 0.05 0.14
HSL 167.14º 0.44% 0.75% -
HSV(B) 167.14º 0.25% 0.86% -
XYZ 52.29 63.63 69.2 -
YUV 201.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 164 220 208 0.25 0 0.05 0.14 167.14 0.44 0.75
Hex A4 DC D0 19 0 5 E A7 2C 4B
Octal 244 334 320 31 0 5 16 247 54 113
Binary 10100100 11011100 11010000 11001 0 101 1110 10100111 101100 1001011

Color Harmonies of #A4DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DCD0

Black with #A4DCD0

Text Example


Text Example

White with #A4DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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