Html Css Color HEX #AED7D0 Scandal

📋 copy color: '#AED7D0'

red 174 ◦ green 215 ◦ blue 208

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

Shades of Scandal #AED7D0

Tints of Scandal #AED7D0

RGB

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

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

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

R = 29.15%
G = 36.01%
B = 34.84%

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

#AED7D0 (or 0xAED7D0) is known color: Scandal. HEX triplet: AE, D7 and D0. RGB value is (174,215,208). Sum of RGB (Red+Green+Blue) = 174+215+208=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7D0 is #51282F. Grayscale: #C9C9C9. Windows color (decimal): -5318704 or 13686702. OLE color: 13686702.

HSL color Cylindrical-coordinate representation of color #AED7D0: hue angle of 169.76º 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 #AED7D0 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 208 -
CMYK 0.19 0 0.03 0.16
HSL 169.76º 0.34% 0.76% -
HSV(B) 169.76º 0.19% 0.84% -
XYZ 53.14 62.15 68.87 -
YUV 201.94 131.42 108.07 -
System Red Green Blue C M Y K H S L
Decimal 174 215 208 0.19 0 0.03 0.16 169.76 0.34 0.76
Hex AE D7 D0 13 0 3 10 AA 22 4C
Octal 256 327 320 23 0 3 20 252 42 114
Binary 10101110 11010111 11010000 10011 0 11 10000 10101010 100010 1001100

Color Harmonies of #AED7D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7D0

Black with #AED7D0

Text Example


Text Example

White with #AED7D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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