Html Css Color HEX #A6DDCC Scandal

📋 copy color: '#A6DDCC'

red 166 ◦ green 221 ◦ blue 204

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

Shades of Scandal #A6DDCC

Tints of Scandal #A6DDCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.52%

R = 28.09%
G = 37.39%
B = 34.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#A6DDCC (or 0xA6DDCC) is known color: Scandal. HEX triplet: A6, DD and CC. RGB value is (166,221,204). Sum of RGB (Red+Green+Blue) = 166+221+204=591 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.09% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDCC is #592233. Grayscale: #CACACA. Windows color (decimal): -5841460 or 13426086. OLE color: 13426086.

HSL color Cylindrical-coordinate representation of color #A6DDCC: hue angle of 161.45º 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 #A6DDCC is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 204 -
CMYK 0.25 0 0.08 0.13
HSL 161.45º 0.45% 0.76% -
HSV(B) 161.45º 0.25% 0.87% -
XYZ 52.48 64.18 66.75 -
YUV 202.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 166 221 204 0.25 0 0.08 0.13 161.45 0.45 0.76
Hex A6 DD CC 19 0 8 D A1 2D 4C
Octal 246 335 314 31 0 10 15 241 55 114
Binary 10100110 11011101 11001100 11001 0 1000 1101 10100001 101101 1001100

Color Harmonies of #A6DDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDCC

Black with #A6DDCC

Text Example


Text Example

White with #A6DDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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