Html Css Color HEX #AEDCCF Scandal

📋 copy color: '#AEDCCF'

red 174 ◦ green 220 ◦ blue 207

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

Shades of Scandal #AEDCCF

Tints of Scandal #AEDCCF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.61%

 BLUE value IS 207 (81.25% from 255) = 34.44%

R = 28.95%
G = 36.61%
B = 34.44%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#AEDCCF (or 0xAEDCCF) is known color: Scandal. HEX triplet: AE, DC and CF. RGB value is (174,220,207). Sum of RGB (Red+Green+Blue) = 174+220+207=601 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.95% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDCCF is #512330. Grayscale: #CCCCCC. Windows color (decimal): -5317425 or 13622446. OLE color: 13622446.

HSL color Cylindrical-coordinate representation of color #AEDCCF: hue angle of 163.04º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDCCF is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 220 207 -
CMYK 0.21 0 0.06 0.14
HSL 163.04º 0.4% 0.77% -
HSV(B) 163.04º 0.21% 0.86% -
XYZ 54.31 64.69 68.66 -
YUV 204.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 174 220 207 0.21 0 0.06 0.14 163.04 0.4 0.77
Hex AE DC CF 15 0 6 E A3 28 4D
Octal 256 334 317 25 0 6 16 243 50 115
Binary 10101110 11011100 11001111 10101 0 110 1110 10100011 101000 1001101

Color Harmonies of #AEDCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDCCF

Black with #AEDCCF

Text Example


Text Example

White with #AEDCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDCCF; }

 p { color: rgb(174,220,207); }

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

background-color css

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

 a { background-color: rgb(174,220,207); }

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

border-color css

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

 span { border-color: rgb(174,220,207); }

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