Html Css Color HEX #AECDC7 Scandal

📋 copy color: '#AECDC7'

red 174 ◦ green 205 ◦ blue 199

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

Shades of Scandal #AECDC7

Tints of Scandal #AECDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.47%

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

R = 30.1%
G = 35.47%
B = 34.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#AECDC7 (or 0xAECDC7) is known color: Scandal. HEX triplet: AE, CD and C7. RGB value is (174,205,199). Sum of RGB (Red+Green+Blue) = 174+205+199=578 (76% of max value = 765). Red value is 174 (68.36% from 255 or 30.10% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 199 (78.12% from 255 or 34.43% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #AECDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDC7 is #513238. Grayscale: #C3C3C3. Windows color (decimal): -5321273 or 13094318. OLE color: 13094318.

HSL color Cylindrical-coordinate representation of color #AECDC7: hue angle of 168.39º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AECDC7 is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 174 205 199 -
CMYK 0.15 0 0.03 0.20
HSL 168.39º 0.24% 0.74% -
HSV(B) 168.39º 0.15% 0.8% -
XYZ 49.6 56.78 62.38 -
YUV 195.05 130.23 112.99 -
System Red Green Blue C M Y K H S L
Decimal 174 205 199 0.15 0 0.03 0.20 168.39 0.24 0.74
Hex AE CD C7 F 0 3 14 A8 18 4A
Octal 256 315 307 17 0 3 24 250 30 112
Binary 10101110 11001101 11000111 1111 0 11 10100 10101000 11000 1001010

Color Harmonies of #AECDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AECDC7

Black with #AECDC7

Text Example


Text Example

White with #AECDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AECDC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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