Html Css Color HEX #AEDACC Scandal

📋 copy color: '#AEDACC'

red 174 ◦ green 218 ◦ blue 204

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

Shades of Scandal #AEDACC

Tints of Scandal #AEDACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.58%

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

R = 29.19%
G = 36.58%
B = 34.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#AEDACC (or 0xAEDACC) is known color: Scandal. HEX triplet: AE, DA and CC. RGB value is (174,218,204). Sum of RGB (Red+Green+Blue) = 174+218+204=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDACC is #512533. Grayscale: #CBCBCB. Windows color (decimal): -5317940 or 13425326. OLE color: 13425326.

HSL color Cylindrical-coordinate representation of color #AEDACC: hue angle of 160.91º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEDACC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 204 -
CMYK 0.20 0 0.06 0.15
HSL 160.91º 0.37% 0.77% -
HSV(B) 160.91º 0.2% 0.85% -
XYZ 53.43 63.5 66.57 -
YUV 203.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 174 218 204 0.20 0 0.06 0.15 160.91 0.37 0.77
Hex AE DA CC 14 0 6 F A1 25 4D
Octal 256 332 314 24 0 6 17 241 45 115
Binary 10101110 11011010 11001100 10100 0 110 1111 10100001 100101 1001101

Color Harmonies of #AEDACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDACC

Black with #AEDACC

Text Example


Text Example

White with #AEDACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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