Html Css Color HEX #AECEC7 Scandal

📋 copy color: '#AECEC7'

red 174 ◦ green 206 ◦ blue 199

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

Shades of Scandal #AECEC7

Tints of Scandal #AECEC7

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.58%

 BLUE value IS 199 (78.13% from 255) = 34.37%

R = 30.05%
G = 35.58%
B = 34.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.19

RGB Variations

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

Color information

#AECEC7 (or 0xAECEC7) is known color: Scandal. HEX triplet: AE, CE and C7. RGB value is (174,206,199). Sum of RGB (Red+Green+Blue) = 174+206+199=579 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.05% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 199 (78.12% from 255 or 34.37% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #AECEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECEC7 is #513138. Grayscale: #C3C3C3. Windows color (decimal): -5321017 or 13094574. OLE color: 13094574.

HSL color Cylindrical-coordinate representation of color #AECEC7: hue angle of 166.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AECEC7 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.

Color convert

RGB 174 206 199 -
CMYK 0.16 0 0.03 0.19
HSL 166.88º 0.25% 0.75% -
HSV(B) 166.88º 0.16% 0.81% -
XYZ 49.84 57.26 62.46 -
YUV 195.63 129.9 112.57 -
System Red Green Blue C M Y K H S L
Decimal 174 206 199 0.16 0 0.03 0.19 166.88 0.25 0.75
Hex AE CE C7 10 0 3 13 A7 19 4B
Octal 256 316 307 20 0 3 23 247 31 113
Binary 10101110 11001110 11000111 10000 0 11 10011 10100111 11001 1001011

Color Harmonies of #AECEC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECEC7

Black with #AECEC7

Text Example


Text Example

White with #AECEC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECEC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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