Html Css Color HEX #A9DDD2 Scandal

📋 copy color: '#A9DDD2'

red 169 ◦ green 221 ◦ blue 210

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

Shades of Scandal #A9DDD2

Tints of Scandal #A9DDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35%

R = 28.17%
G = 36.83%
B = 35%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#A9DDD2 (or 0xA9DDD2) is known color: Scandal. HEX triplet: A9, DD and D2. RGB value is (169,221,210). Sum of RGB (Red+Green+Blue) = 169+221+210=600 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.17% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 210 (82.42% from 255 or 35% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDD2 is #56222D. Grayscale: #CCCCCC. Windows color (decimal): -5644846 or 13819305. OLE color: 13819305.

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

Color convert

RGB 169 221 210 -
CMYK 0.24 0 0.05 0.13
HSL 167.31º 0.43% 0.76% -
HSV(B) 167.31º 0.24% 0.87% -
XYZ 53.85 64.8 70.64 -
YUV 204.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 169 221 210 0.24 0 0.05 0.13 167.31 0.43 0.76
Hex A9 DD D2 18 0 5 D A7 2B 4C
Octal 251 335 322 30 0 5 15 247 53 114
Binary 10101001 11011101 11010010 11000 0 101 1101 10100111 101011 1001100

Color Harmonies of #A9DDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9DDD2

Black with #A9DDD2

Text Example


Text Example

White with #A9DDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9DDD2; }

 p { color: rgb(169,221,210); }

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

background-color css

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

 a { background-color: rgb(169,221,210); }

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

border-color css

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

 span { border-color: rgb(169,221,210); }

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