Html Css Color HEX #A6DDD1 Scandal

📋 copy color: '#A6DDD1'

red 166 ◦ green 221 ◦ blue 209

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

Shades of Scandal #A6DDD1

Tints of Scandal #A6DDD1

RGB

 RED value IS 166 (65.23% from 255) = 27.85%

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

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

R = 27.85%
G = 37.08%
B = 35.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#A6DDD1 (or 0xA6DDD1) is known color: Scandal. HEX triplet: A6, DD and D1. RGB value is (166,221,209). Sum of RGB (Red+Green+Blue) = 166+221+209=596 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.85% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDD1 is #59222E. Grayscale: #CBCBCB. Windows color (decimal): -5841455 or 13753766. OLE color: 13753766.

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

Color convert

RGB 166 221 209 -
CMYK 0.25 0 0.05 0.13
HSL 166.91º 0.45% 0.76% -
HSV(B) 166.91º 0.25% 0.87% -
XYZ 53.09 64.42 69.96 -
YUV 203.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 166 221 209 0.25 0 0.05 0.13 166.91 0.45 0.76
Hex A6 DD D1 19 0 5 D A7 2D 4C
Octal 246 335 321 31 0 5 15 247 55 114
Binary 10100110 11011101 11010001 11001 0 101 1101 10100111 101101 1001100

Color Harmonies of #A6DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDD1

Black with #A6DDD1

Text Example


Text Example

White with #A6DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDD1; }

 p { color: rgb(166,221,209); }

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

background-color css

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

 a { background-color: rgb(166,221,209); }

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

border-color css

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

 span { border-color: rgb(166,221,209); }

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