Html Css Color HEX #AED7D1 Scandal

📋 copy color: '#AED7D1'

red 174 ◦ green 215 ◦ blue 209

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

Shades of Scandal #AED7D1

Tints of Scandal #AED7D1

RGB

 RED value IS 174 (68.36% from 255) = 29.1%

 GREEN value IS 215 (84.38% from 255) = 35.95%

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

R = 29.1%
G = 35.95%
B = 34.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#AED7D1 (or 0xAED7D1) is known color: Scandal. HEX triplet: AE, D7 and D1. RGB value is (174,215,209). Sum of RGB (Red+Green+Blue) = 174+215+209=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 215 (84.38% from 255 or 35.95% from 598); Blue value is 209 (82.03% from 255 or 34.95% from 598); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7D1 is #51282E. Grayscale: #CACACA. Windows color (decimal): -5318703 or 13752238. OLE color: 13752238.

HSL color Cylindrical-coordinate representation of color #AED7D1: hue angle of 171.22º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED7D1 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 209 -
CMYK 0.19 0 0.03 0.16
HSL 171.22º 0.34% 0.76% -
HSV(B) 171.22º 0.19% 0.84% -
XYZ 53.26 62.2 69.52 -
YUV 202.06 131.92 107.99 -
System Red Green Blue C M Y K H S L
Decimal 174 215 209 0.19 0 0.03 0.16 171.22 0.34 0.76
Hex AE D7 D1 13 0 3 10 AB 22 4C
Octal 256 327 321 23 0 3 20 253 42 114
Binary 10101110 11010111 11010001 10011 0 11 10000 10101011 100010 1001100

Color Harmonies of #AED7D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7D1

Black with #AED7D1

Text Example


Text Example

White with #AED7D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7D1; }

 p { color: rgb(174,215,209); }

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

background-color css

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

 a { background-color: rgb(174,215,209); }

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

border-color css

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

 span { border-color: rgb(174,215,209); }

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