Html Css Color HEX #A5DDD4 Scandal

📋 copy color: '#A5DDD4'

red 165 ◦ green 221 ◦ blue 212

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

Shades of Scandal #A5DDD4

Tints of Scandal #A5DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.45%

R = 27.59%
G = 36.96%
B = 35.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#A5DDD4 (or 0xA5DDD4) is known color: Scandal. HEX triplet: A5, DD and D4. RGB value is (165,221,212). Sum of RGB (Red+Green+Blue) = 165+221+212=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #A5DDD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DDD4 is #5A222B. Grayscale: #CBCBCB. Windows color (decimal): -5906988 or 13950373. OLE color: 13950373.

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

Color convert

RGB 165 221 212 -
CMYK 0.25 0 0.04 0.13
HSL 170.36º 0.45% 0.76% -
HSV(B) 170.36º 0.25% 0.87% -
XYZ 53.26 64.47 71.92 -
YUV 203.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 165 221 212 0.25 0 0.04 0.13 170.36 0.45 0.76
Hex A5 DD D4 19 0 4 D AA 2D 4C
Octal 245 335 324 31 0 4 15 252 55 114
Binary 10100101 11011101 11010100 11001 0 100 1101 10101010 101101 1001100

Color Harmonies of #A5DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5DDD4

Black with #A5DDD4

Text Example


Text Example

White with #A5DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5DDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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