Html Css Color HEX #AEDFD9 Scandal

📋 copy color: '#AEDFD9'

red 174 ◦ green 223 ◦ blue 217

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

Shades of Scandal #AEDFD9

Tints of Scandal #AEDFD9

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.32%

 BLUE value IS 217 (85.16% from 255) = 35.34%

R = 28.34%
G = 36.32%
B = 35.34%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#AEDFD9 (or 0xAEDFD9) is known color: Scandal. HEX triplet: AE, DF and D9. RGB value is (174,223,217). Sum of RGB (Red+Green+Blue) = 174+223+217=614 (81% of max value = 765). Red value is 174 (68.36% from 255 or 28.34% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 217 (85.16% from 255 or 35.34% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDFD9 is #512026. Grayscale: #CFCFCF. Windows color (decimal): -5316647 or 14278574. OLE color: 14278574.

HSL color Cylindrical-coordinate representation of color #AEDFD9: hue angle of 172.65º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AEDFD9 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 223 217 -
CMYK 0.22 0 0.03 0.13
HSL 172.65º 0.43% 0.78% -
HSV(B) 172.65º 0.22% 0.87% -
XYZ 56.37 66.78 75.57 -
YUV 207.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 174 223 217 0.22 0 0.03 0.13 172.65 0.43 0.78
Hex AE DF D9 16 0 3 D AD 2B 4E
Octal 256 337 331 26 0 3 15 255 53 116
Binary 10101110 11011111 11011001 10110 0 11 1101 10101101 101011 1001110

Color Harmonies of #AEDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDFD9

Black with #AEDFD9

Text Example


Text Example

White with #AEDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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