Html Css Color HEX #A5DDD1 Scandal

📋 copy color: '#A5DDD1'

red 165 ◦ green 221 ◦ blue 209

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

Shades of Scandal #A5DDD1

Tints of Scandal #A5DDD1

RGB

 RED value IS 165 (64.84% from 255) = 27.73%

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

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

R = 27.73%
G = 37.14%
B = 35.13%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#A5DDD1 (or 0xA5DDD1) is known color: Scandal. HEX triplet: A5, DD and D1. RGB value is (165,221,209). Sum of RGB (Red+Green+Blue) = 165+221+209=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 221 (86.72% from 255 or 37.14% from 595); Blue value is 209 (82.03% from 255 or 35.13% from 595); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDD1 is #5A222E. Grayscale: #CACACA. Windows color (decimal): -5906991 or 13753765. OLE color: 13753765.

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

Color convert

RGB 165 221 209 -
CMYK 0.25 0 0.05 0.13
HSL 167.14º 0.45% 0.76% -
HSV(B) 167.14º 0.25% 0.87% -
XYZ 52.88 64.32 69.95 -
YUV 202.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 165 221 209 0.25 0 0.05 0.13 167.14 0.45 0.76
Hex A5 DD D1 19 0 5 D A7 2D 4C
Octal 245 335 321 31 0 5 15 247 55 114
Binary 10100101 11011101 11010001 11001 0 101 1101 10100111 101101 1001100

Color Harmonies of #A5DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDD1

Black with #A5DDD1

Text Example


Text Example

White with #A5DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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