Html Css Color HEX #A4DEC9 Scandal

📋 copy color: '#A4DEC9'

red 164 ◦ green 222 ◦ blue 201

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

Shades of Scandal #A4DEC9

Tints of Scandal #A4DEC9

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.82%

 BLUE value IS 201 (78.91% from 255) = 34.24%

R = 27.94%
G = 37.82%
B = 34.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#A4DEC9 (or 0xA4DEC9) is known color: Scandal. HEX triplet: A4, DE and C9. RGB value is (164,222,201). Sum of RGB (Red+Green+Blue) = 164+222+201=587 (77% of max value = 765). Red value is 164 (64.45% from 255 or 27.94% from 587); Green value is 222 (87.11% from 255 or 37.82% from 587); Blue value is 201 (78.91% from 255 or 34.24% from 587); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DEC9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DEC9 is #5B2136. Grayscale: #CACACA. Windows color (decimal): -5972279 or 13229732. OLE color: 13229732.

HSL color Cylindrical-coordinate representation of color #A4DEC9: hue angle of 158.28º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4DEC9 is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 164 222 201 -
CMYK 0.26 0 0.09 0.13
HSL 158.28º 0.47% 0.76% -
HSV(B) 158.28º 0.26% 0.87% -
XYZ 51.97 64.35 64.94 -
YUV 202.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 164 222 201 0.26 0 0.09 0.13 158.28 0.47 0.76
Hex A4 DE C9 1A 0 9 D 9E 2F 4C
Octal 244 336 311 32 0 11 15 236 57 114
Binary 10100100 11011110 11001001 11010 0 1001 1101 10011110 101111 1001100

Color Harmonies of #A4DEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DEC9

Black with #A4DEC9

Text Example


Text Example

White with #A4DEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DEC9; }

 p { color: rgb(164,222,201); }

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

background-color css

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

 a { background-color: rgb(164,222,201); }

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

border-color css

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

 span { border-color: rgb(164,222,201); }

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