Html Css Color HEX #AED9D4 Scandal

📋 copy color: '#AED9D4'

red 174 ◦ green 217 ◦ blue 212

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

Shades of Scandal #AED9D4

Tints of Scandal #AED9D4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.99%

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

R = 28.86%
G = 35.99%
B = 35.16%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#AED9D4 (or 0xAED9D4) is known color: Scandal. HEX triplet: AE, D9 and D4. RGB value is (174,217,212). Sum of RGB (Red+Green+Blue) = 174+217+212=603 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.86% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #AED9D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED9D4 is #51262B. Grayscale: #CBCBCB. Windows color (decimal): -5318188 or 13949358. OLE color: 13949358.

HSL color Cylindrical-coordinate representation of color #AED9D4: hue angle of 173.02º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED9D4 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 212 -
CMYK 0.20 0 0.02 0.15
HSL 173.02º 0.36% 0.77% -
HSV(B) 173.02º 0.2% 0.85% -
XYZ 54.15 63.38 71.67 -
YUV 203.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 174 217 212 0.20 0 0.02 0.15 173.02 0.36 0.77
Hex AE D9 D4 14 0 2 F AD 24 4D
Octal 256 331 324 24 0 2 17 255 44 115
Binary 10101110 11011001 11010100 10100 0 10 1111 10101101 100100 1001101

Color Harmonies of #AED9D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED9D4

Black with #AED9D4

Text Example


Text Example

White with #AED9D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED9D4; }

 p { color: rgb(174,217,212); }

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

background-color css

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

 a { background-color: rgb(174,217,212); }

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

border-color css

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

 span { border-color: rgb(174,217,212); }

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