Html Css Color HEX #A8DCD0 Scandal

📋 copy color: '#A8DCD0'

red 168 ◦ green 220 ◦ blue 208

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

Shades of Scandal #A8DCD0

Tints of Scandal #A8DCD0

RGB

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

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

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

R = 28.19%
G = 36.91%
B = 34.9%

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

#A8DCD0 (or 0xA8DCD0) is known color: Scandal. HEX triplet: A8, DC and D0. RGB value is (168,220,208). Sum of RGB (Red+Green+Blue) = 168+220+208=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 220 (86.33% from 255 or 36.91% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 220 - color contains mainly: green. Hex color #A8DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DCD0 is #57232F. Grayscale: #CBCBCB. Windows color (decimal): -5710640 or 13687976. OLE color: 13687976.

HSL color Cylindrical-coordinate representation of color #A8DCD0: hue angle of 166.15º 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 #A8DCD0 is Cyan = 0.24, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 168 220 208 -
CMYK 0.24 0 0.05 0.14
HSL 166.15º 0.43% 0.76% -
HSV(B) 166.15º 0.24% 0.86% -
XYZ 53.13 64.07 69.24 -
YUV 203.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 168 220 208 0.24 0 0.05 0.14 166.15 0.43 0.76
Hex A8 DC D0 18 0 5 E A6 2B 4C
Octal 250 334 320 30 0 5 16 246 53 114
Binary 10101000 11011100 11010000 11000 0 101 1110 10100110 101011 1001100

Color Harmonies of #A8DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DCD0

Black with #A8DCD0

Text Example


Text Example

White with #A8DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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