Html Css Color HEX #AED7CC Scandal

📋 copy color: '#AED7CC'

red 174 ◦ green 215 ◦ blue 204

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

Shades of Scandal #AED7CC

Tints of Scandal #AED7CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.4%

R = 29.34%
G = 36.26%
B = 34.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#AED7CC (or 0xAED7CC) is known color: Scandal. HEX triplet: AE, D7 and CC. RGB value is (174,215,204). Sum of RGB (Red+Green+Blue) = 174+215+204=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7CC is #512833. Grayscale: #C9C9C9. Windows color (decimal): -5318708 or 13424558. OLE color: 13424558.

HSL color Cylindrical-coordinate representation of color #AED7CC: hue angle of 163.9º 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 #AED7CC is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 204 -
CMYK 0.19 0 0.05 0.16
HSL 163.9º 0.34% 0.76% -
HSV(B) 163.9º 0.19% 0.84% -
XYZ 52.66 61.96 66.31 -
YUV 201.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 174 215 204 0.19 0 0.05 0.16 163.9 0.34 0.76
Hex AE D7 CC 13 0 5 10 A4 22 4C
Octal 256 327 314 23 0 5 20 244 42 114
Binary 10101110 11010111 11001100 10011 0 101 10000 10100100 100010 1001100

Color Harmonies of #AED7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7CC

Black with #AED7CC

Text Example


Text Example

White with #AED7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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