Html Css Color HEX #A6DCD0 Scandal

📋 copy color: '#A6DCD0'

red 166 ◦ green 220 ◦ blue 208

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

Shades of Scandal #A6DCD0

Tints of Scandal #A6DCD0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.04%

 BLUE value IS 208 (81.64% from 255) = 35.02%

R = 27.95%
G = 37.04%
B = 35.02%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#A6DCD0 (or 0xA6DCD0) is known color: Scandal. HEX triplet: A6, DC and D0. RGB value is (166,220,208). Sum of RGB (Red+Green+Blue) = 166+220+208=594 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.95% from 594); Green value is 220 (86.33% from 255 or 37.04% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCD0 is #59232F. Grayscale: #CACACA. Windows color (decimal): -5841712 or 13687974. OLE color: 13687974.

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

Color convert

RGB 166 220 208 -
CMYK 0.25 0 0.05 0.14
HSL 166.67º 0.44% 0.76% -
HSV(B) 166.67º 0.25% 0.86% -
XYZ 52.7 63.85 69.22 -
YUV 202.49 131.11 101.98 -
System Red Green Blue C M Y K H S L
Decimal 166 220 208 0.25 0 0.05 0.14 166.67 0.44 0.76
Hex A6 DC D0 19 0 5 E A7 2C 4C
Octal 246 334 320 31 0 5 16 247 54 114
Binary 10100110 11011100 11010000 11001 0 101 1110 10100111 101100 1001100

Color Harmonies of #A6DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DCD0

Black with #A6DCD0

Text Example


Text Example

White with #A6DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DCD0; }

 p { color: rgb(166,220,208); }

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

background-color css

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

 a { background-color: rgb(166,220,208); }

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

border-color css

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

 span { border-color: rgb(166,220,208); }

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