Html Css Color HEX #AED0C8 Scandal

📋 copy color: '#AED0C8'

red 174 ◦ green 208 ◦ blue 200

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

Shades of Scandal #AED0C8

Tints of Scandal #AED0C8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.74%

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

R = 29.9%
G = 35.74%
B = 34.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#AED0C8 (or 0xAED0C8) is known color: Scandal. HEX triplet: AE, D0 and C8. RGB value is (174,208,200). Sum of RGB (Red+Green+Blue) = 174+208+200=582 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.90% from 582); Green value is 208 (81.64% from 255 or 35.74% from 582); Blue value is 200 (78.52% from 255 or 34.36% from 582); Max value from RGB is 208 - color contains mainly: green. Hex color #AED0C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0C8 is #512F37. Grayscale: #C4C4C4. Windows color (decimal): -5320504 or 13160622. OLE color: 13160622.

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

Color convert

RGB 174 208 200 -
CMYK 0.16 0 0.04 0.18
HSL 165.88º 0.27% 0.75% -
HSV(B) 165.88º 0.16% 0.82% -
XYZ 50.44 58.28 63.23 -
YUV 196.92 129.74 111.65 -
System Red Green Blue C M Y K H S L
Decimal 174 208 200 0.16 0 0.04 0.18 165.88 0.27 0.75
Hex AE D0 C8 10 0 4 12 A6 1B 4B
Octal 256 320 310 20 0 4 22 246 33 113
Binary 10101110 11010000 11001000 10000 0 100 10010 10100110 11011 1001011

Color Harmonies of #AED0C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0C8

Black with #AED0C8

Text Example


Text Example

White with #AED0C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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