Html Css Color HEX #A8DDD1 Scandal

📋 copy color: '#A8DDD1'

red 168 ◦ green 221 ◦ blue 209

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

Shades of Scandal #A8DDD1

Tints of Scandal #A8DDD1

RGB

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

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

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

R = 28.09%
G = 36.96%
B = 34.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#A8DDD1 (or 0xA8DDD1) is known color: Scandal. HEX triplet: A8, DD and D1. RGB value is (168,221,209). Sum of RGB (Red+Green+Blue) = 168+221+209=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #A8DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DDD1 is #57222E. Grayscale: #CBCBCB. Windows color (decimal): -5710383 or 13753768. OLE color: 13753768.

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

Color convert

RGB 168 221 209 -
CMYK 0.24 0 0.05 0.13
HSL 166.42º 0.44% 0.76% -
HSV(B) 166.42º 0.24% 0.87% -
XYZ 53.51 64.64 69.98 -
YUV 203.79 130.94 102.48 -
System Red Green Blue C M Y K H S L
Decimal 168 221 209 0.24 0 0.05 0.13 166.42 0.44 0.76
Hex A8 DD D1 18 0 5 D A6 2C 4C
Octal 250 335 321 30 0 5 15 246 54 114
Binary 10101000 11011101 11010001 11000 0 101 1101 10100110 101100 1001100

Color Harmonies of #A8DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8DDD1

Black with #A8DDD1

Text Example


Text Example

White with #A8DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8DDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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