Html Css Color HEX #AED3CA Scandal

📋 copy color: '#AED3CA'

red 174 ◦ green 211 ◦ blue 202

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

Shades of Scandal #AED3CA

Tints of Scandal #AED3CA

RGB

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

 GREEN value IS 211 (82.81% from 255) = 35.95%

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

R = 29.64%
G = 35.95%
B = 34.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#AED3CA (or 0xAED3CA) is known color: Scandal. HEX triplet: AE, D3 and CA. RGB value is (174,211,202). Sum of RGB (Red+Green+Blue) = 174+211+202=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 211 (82.81% from 255 or 35.95% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3CA is #512C35. Grayscale: #C6C6C6. Windows color (decimal): -5319734 or 13292462. OLE color: 13292462.

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

Color convert

RGB 174 211 202 -
CMYK 0.18 0 0.04 0.17
HSL 165.41º 0.3% 0.75% -
HSV(B) 165.41º 0.18% 0.83% -
XYZ 51.41 59.85 64.72 -
YUV 198.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 174 211 202 0.18 0 0.04 0.17 165.41 0.3 0.75
Hex AE D3 CA 12 0 4 11 A5 1E 4B
Octal 256 323 312 22 0 4 21 245 36 113
Binary 10101110 11010011 11001010 10010 0 100 10001 10100101 11110 1001011

Color Harmonies of #AED3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3CA

Black with #AED3CA

Text Example


Text Example

White with #AED3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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