Html Css Color HEX #AED1C8 Scandal

📋 copy color: '#AED1C8'

red 174 ◦ green 209 ◦ blue 200

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

Shades of Scandal #AED1C8

Tints of Scandal #AED1C8

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.85%

 BLUE value IS 200 (78.52% from 255) = 34.31%

R = 29.85%
G = 35.85%
B = 34.31%

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

#AED1C8 (or 0xAED1C8) is known color: Scandal. HEX triplet: AE, D1 and C8. RGB value is (174,209,200). Sum of RGB (Red+Green+Blue) = 174+209+200=583 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.85% from 583); Green value is 209 (82.03% from 255 or 35.85% from 583); Blue value is 200 (78.52% from 255 or 34.31% from 583); Max value from RGB is 209 - color contains mainly: green. Hex color #AED1C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1C8 is #512E37. Grayscale: #C5C5C5. Windows color (decimal): -5320248 or 13160878. OLE color: 13160878.

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

Color convert

RGB 174 209 200 -
CMYK 0.17 0 0.04 0.18
HSL 164.57º 0.28% 0.75% -
HSV(B) 164.57º 0.17% 0.82% -
XYZ 50.68 58.77 63.32 -
YUV 197.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 174 209 200 0.17 0 0.04 0.18 164.57 0.28 0.75
Hex AE D1 C8 11 0 4 12 A5 1C 4B
Octal 256 321 310 21 0 4 22 245 34 113
Binary 10101110 11010001 11001000 10001 0 100 10010 10100101 11100 1001011

Color Harmonies of #AED1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1C8

Black with #AED1C8

Text Example


Text Example

White with #AED1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1C8; }

 p { color: rgb(174,209,200); }

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

background-color css

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

 a { background-color: rgb(174,209,200); }

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

border-color css

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

 span { border-color: rgb(174,209,200); }

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