Html Css Color HEX #A9DED1 Scandal

📋 copy color: '#A9DED1'

red 169 ◦ green 222 ◦ blue 209

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

Shades of Scandal #A9DED1

Tints of Scandal #A9DED1

RGB

 RED value IS 169 (66.41% from 255) = 28.17%

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

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

R = 28.17%
G = 37%
B = 34.83%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#A9DED1 (or 0xA9DED1) is known color: Scandal. HEX triplet: A9, DE and D1. RGB value is (169,222,209). Sum of RGB (Red+Green+Blue) = 169+222+209=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 222 (87.11% from 255 or 37% from 600); Blue value is 209 (82.03% from 255 or 34.83% from 600); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DED1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DED1 is #56212E. Grayscale: #CCCCCC. Windows color (decimal): -5644591 or 13754025. OLE color: 13754025.

HSL color Cylindrical-coordinate representation of color #A9DED1: hue angle of 165.28º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DED1 is Cyan = 0.24, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 222 209 -
CMYK 0.24 0 0.06 0.13
HSL 165.28º 0.45% 0.77% -
HSV(B) 165.28º 0.24% 0.87% -
XYZ 53.99 65.28 70.08 -
YUV 204.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 169 222 209 0.24 0 0.06 0.13 165.28 0.45 0.77
Hex A9 DE D1 18 0 6 D A5 2D 4D
Octal 251 336 321 30 0 6 15 245 55 115
Binary 10101001 11011110 11010001 11000 0 110 1101 10100101 101101 1001101

Color Harmonies of #A9DED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DED1

Black with #A9DED1

Text Example


Text Example

White with #A9DED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DED1; }

 p { color: rgb(169,222,209); }

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

background-color css

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

 a { background-color: rgb(169,222,209); }

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

border-color css

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

 span { border-color: rgb(169,222,209); }

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