Html Css Color HEX #AED2CA Scandal

📋 copy color: '#AED2CA'

red 174 ◦ green 210 ◦ blue 202

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

Shades of Scandal #AED2CA

Tints of Scandal #AED2CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.47%

R = 29.69%
G = 35.84%
B = 34.47%

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

#AED2CA (or 0xAED2CA) is known color: Scandal. HEX triplet: AE, D2 and CA. RGB value is (174,210,202). Sum of RGB (Red+Green+Blue) = 174+210+202=586 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.69% from 586); Green value is 210 (82.42% from 255 or 35.84% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2CA is #512D35. Grayscale: #C6C6C6. Windows color (decimal): -5319990 or 13292206. OLE color: 13292206.

HSL color Cylindrical-coordinate representation of color #AED2CA: hue angle of 166.67º 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 #AED2CA is Cyan = 0.17, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 202 -
CMYK 0.17 0 0.04 0.18
HSL 166.67º 0.29% 0.75% -
HSV(B) 166.67º 0.17% 0.82% -
XYZ 51.16 59.36 64.64 -
YUV 198.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 174 210 202 0.17 0 0.04 0.18 166.67 0.29 0.75
Hex AE D2 CA 11 0 4 12 A7 1D 4B
Octal 256 322 312 21 0 4 22 247 35 113
Binary 10101110 11010010 11001010 10001 0 100 10010 10100111 11101 1001011

Color Harmonies of #AED2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2CA

Black with #AED2CA

Text Example


Text Example

White with #AED2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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