Html Css Color HEX #A8D9D0 Scandal

📋 copy color: '#A8D9D0'

red 168 ◦ green 217 ◦ blue 208

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

Shades of Scandal #A8D9D0

Tints of Scandal #A8D9D0

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.59%

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

R = 28.33%
G = 36.59%
B = 35.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#A8D9D0 (or 0xA8D9D0) is known color: Scandal. HEX triplet: A8, D9 and D0. RGB value is (168,217,208). Sum of RGB (Red+Green+Blue) = 168+217+208=593 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.33% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9D0 is #57262F. Grayscale: #C9C9C9. Windows color (decimal): -5711408 or 13687208. OLE color: 13687208.

HSL color Cylindrical-coordinate representation of color #A8D9D0: hue angle of 168.98º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9D0 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 168 217 208 -
CMYK 0.23 0 0.04 0.15
HSL 168.98º 0.39% 0.75% -
HSV(B) 168.98º 0.23% 0.85% -
XYZ 52.35 62.5 68.98 -
YUV 201.32 131.77 104.23 -
System Red Green Blue C M Y K H S L
Decimal 168 217 208 0.23 0 0.04 0.15 168.98 0.39 0.75
Hex A8 D9 D0 17 0 4 F A9 27 4B
Octal 250 331 320 27 0 4 17 251 47 113
Binary 10101000 11011001 11010000 10111 0 100 1111 10101001 100111 1001011

Color Harmonies of #A8D9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8D9D0

Black with #A8D9D0

Text Example


Text Example

White with #A8D9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8D9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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