Html Css Color HEX #A8DCD1 Scandal

📋 copy color: '#A8DCD1'

red 168 ◦ green 220 ◦ blue 209

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

Shades of Scandal #A8DCD1

Tints of Scandal #A8DCD1

RGB

 RED value IS 168 (66.02% from 255) = 28.14%

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

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

R = 28.14%
G = 36.85%
B = 35.01%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#A8DCD1 (or 0xA8DCD1) is known color: Scandal. HEX triplet: A8, DC and D1. RGB value is (168,220,209). Sum of RGB (Red+Green+Blue) = 168+220+209=597 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.14% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCD1 is #57232E. Grayscale: #CBCBCB. Windows color (decimal): -5710639 or 13753512. OLE color: 13753512.

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

Color convert

RGB 168 220 209 -
CMYK 0.24 0 0.05 0.14
HSL 167.31º 0.43% 0.76% -
HSV(B) 167.31º 0.24% 0.86% -
XYZ 53.25 64.11 69.89 -
YUV 203.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 168 220 209 0.24 0 0.05 0.14 167.31 0.43 0.76
Hex A8 DC D1 18 0 5 E A7 2B 4C
Octal 250 334 321 30 0 5 16 247 53 114
Binary 10101000 11011100 11010001 11000 0 101 1110 10100111 101011 1001100

Color Harmonies of #A8DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCD1

Black with #A8DCD1

Text Example


Text Example

White with #A8DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCD1; }

 p { color: rgb(168,220,209); }

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

background-color css

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

 a { background-color: rgb(168,220,209); }

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

border-color css

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

 span { border-color: rgb(168,220,209); }

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