Html Css Color HEX #AED3CE Scandal

📋 copy color: '#AED3CE'

red 174 ◦ green 211 ◦ blue 206

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

Shades of Scandal #AED3CE

Tints of Scandal #AED3CE

RGB

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

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

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

R = 29.44%
G = 35.7%
B = 34.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#AED3CE (or 0xAED3CE) is known color: Scandal. HEX triplet: AE, D3 and CE. RGB value is (174,211,206). Sum of RGB (Red+Green+Blue) = 174+211+206=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 211 (82.81% from 255 or 35.70% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 211 - color contains mainly: green. Hex color #AED3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED3CE is #512C31. Grayscale: #C7C7C7. Windows color (decimal): -5319730 or 13554606. OLE color: 13554606.

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

Color convert

RGB 174 211 206 -
CMYK 0.18 0 0.02 0.17
HSL 171.89º 0.3% 0.75% -
HSV(B) 171.89º 0.18% 0.83% -
XYZ 51.89 60.04 67.25 -
YUV 199.37 131.74 109.91 -
System Red Green Blue C M Y K H S L
Decimal 174 211 206 0.18 0 0.02 0.17 171.89 0.3 0.75
Hex AE D3 CE 12 0 2 11 AC 1E 4B
Octal 256 323 316 22 0 2 21 254 36 113
Binary 10101110 11010011 11001110 10010 0 10 10001 10101100 11110 1001011

Color Harmonies of #AED3CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED3CE

Black with #AED3CE

Text Example


Text Example

White with #AED3CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED3CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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