Html Css Color HEX #AED2C9 Scandal

📋 copy color: '#AED2C9'

red 174 ◦ green 210 ◦ blue 201

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

Shades of Scandal #AED2C9

Tints of Scandal #AED2C9

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.9%

 BLUE value IS 201 (78.91% from 255) = 34.36%

R = 29.74%
G = 35.9%
B = 34.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#AED2C9 (or 0xAED2C9) is known color: Scandal. HEX triplet: AE, D2 and C9. RGB value is (174,210,201). Sum of RGB (Red+Green+Blue) = 174+210+201=585 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.74% from 585); Green value is 210 (82.42% from 255 or 35.90% from 585); Blue value is 201 (78.91% from 255 or 34.36% from 585); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2C9 is #512D36. Grayscale: #C6C6C6. Windows color (decimal): -5319991 or 13226670. OLE color: 13226670.

HSL color Cylindrical-coordinate representation of color #AED2C9: hue angle of 165º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED2C9 is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 201 -
CMYK 0.17 0 0.04 0.18
HSL 165º 0.29% 0.75% -
HSV(B) 165º 0.17% 0.82% -
XYZ 51.04 59.31 64.02 -
YUV 198.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 174 210 201 0.17 0 0.04 0.18 165 0.29 0.75
Hex AE D2 C9 11 0 4 12 A5 1D 4B
Octal 256 322 311 21 0 4 22 245 35 113
Binary 10101110 11010010 11001001 10001 0 100 10010 10100101 11101 1001011

Color Harmonies of #AED2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2C9

Black with #AED2C9

Text Example


Text Example

White with #AED2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2C9; }

 p { color: rgb(174,210,201); }

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

background-color css

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

 a { background-color: rgb(174,210,201); }

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

border-color css

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

 span { border-color: rgb(174,210,201); }

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