Html Css Color HEX #A6DDCB Scandal

📋 copy color: '#A6DDCB'

red 166 ◦ green 221 ◦ blue 203

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

Shades of Scandal #A6DDCB

Tints of Scandal #A6DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.41%

R = 28.14%
G = 37.46%
B = 34.41%

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

#A6DDCB (or 0xA6DDCB) is known color: Scandal. HEX triplet: A6, DD and CB. RGB value is (166,221,203). Sum of RGB (Red+Green+Blue) = 166+221+203=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DDCB is #592234. Grayscale: #CACACA. Windows color (decimal): -5841461 or 13360550. OLE color: 13360550.

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

Color convert

RGB 166 221 203 -
CMYK 0.25 0 0.08 0.13
HSL 160.36º 0.45% 0.76% -
HSV(B) 160.36º 0.25% 0.87% -
XYZ 52.36 64.13 66.12 -
YUV 202.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 166 221 203 0.25 0 0.08 0.13 160.36 0.45 0.76
Hex A6 DD CB 19 0 8 D A0 2D 4C
Octal 246 335 313 31 0 10 15 240 55 114
Binary 10100110 11011101 11001011 11001 0 1000 1101 10100000 101101 1001100

Color Harmonies of #A6DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DDCB

Black with #A6DDCB

Text Example


Text Example

White with #A6DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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