Html Css Color HEX #AED7CE Scandal

📋 copy color: '#AED7CE'

red 174 ◦ green 215 ◦ blue 206

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

Shades of Scandal #AED7CE

Tints of Scandal #AED7CE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.13%

 BLUE value IS 206 (80.86% from 255) = 34.62%

R = 29.24%
G = 36.13%
B = 34.62%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#AED7CE (or 0xAED7CE) is known color: Scandal. HEX triplet: AE, D7 and CE. RGB value is (174,215,206). Sum of RGB (Red+Green+Blue) = 174+215+206=595 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.24% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7CE is #512831. Grayscale: #C9C9C9. Windows color (decimal): -5318706 or 13555630. OLE color: 13555630.

HSL color Cylindrical-coordinate representation of color #AED7CE: hue angle of 166.83º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED7CE is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 206 -
CMYK 0.19 0 0.04 0.16
HSL 166.83º 0.34% 0.76% -
HSV(B) 166.83º 0.19% 0.84% -
XYZ 52.9 62.06 67.58 -
YUV 201.72 130.42 108.23 -
System Red Green Blue C M Y K H S L
Decimal 174 215 206 0.19 0 0.04 0.16 166.83 0.34 0.76
Hex AE D7 CE 13 0 4 10 A7 22 4C
Octal 256 327 316 23 0 4 20 247 42 114
Binary 10101110 11010111 11001110 10011 0 100 10000 10100111 100010 1001100

Color Harmonies of #AED7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7CE

Black with #AED7CE

Text Example


Text Example

White with #AED7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7CE; }

 p { color: rgb(174,215,206); }

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

background-color css

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

 a { background-color: rgb(174,215,206); }

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

border-color css

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

 span { border-color: rgb(174,215,206); }

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