Html Css Color HEX #A4DDC8 Scandal

📋 copy color: '#A4DDC8'

red 164 ◦ green 221 ◦ blue 200

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

Shades of Scandal #A4DDC8

Tints of Scandal #A4DDC8

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.78%

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

R = 28.03%
G = 37.78%
B = 34.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.13

RGB Variations

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

Color information

#A4DDC8 (or 0xA4DDC8) is known color: Scandal. HEX triplet: A4, DD and C8. RGB value is (164,221,200). Sum of RGB (Red+Green+Blue) = 164+221+200=585 (77% of max value = 765). Red value is 164 (64.45% from 255 or 28.03% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #A4DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4DDC8 is #5B2237. Grayscale: #C9C9C9. Windows color (decimal): -5972536 or 13163940. OLE color: 13163940.

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

Color convert

RGB 164 221 200 -
CMYK 0.26 0 0.10 0.13
HSL 157.89º 0.46% 0.75% -
HSV(B) 157.89º 0.26% 0.87% -
XYZ 51.59 63.78 64.23 -
YUV 201.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 164 221 200 0.26 0 0.10 0.13 157.89 0.46 0.75
Hex A4 DD C8 1A 0 A D 9E 2E 4B
Octal 244 335 310 32 0 12 15 236 56 113
Binary 10100100 11011101 11001000 11010 0 1010 1101 10011110 101110 1001011

Color Harmonies of #A4DDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DDC8

Black with #A4DDC8

Text Example


Text Example

White with #A4DDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DDC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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