Html Css Color HEX #AEDDD6 Scandal

📋 copy color: '#AEDDD6'

red 174 ◦ green 221 ◦ blue 214

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

Shades of Scandal #AEDDD6

Tints of Scandal #AEDDD6

RGB

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

 GREEN value IS 221 (86.72% from 255) = 36.29%

 BLUE value IS 214 (83.98% from 255) = 35.14%

R = 28.57%
G = 36.29%
B = 35.14%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#AEDDD6 (or 0xAEDDD6) is known color: Scandal. HEX triplet: AE, DD and D6. RGB value is (174,221,214). Sum of RGB (Red+Green+Blue) = 174+221+214=609 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.57% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD6 is #512229. Grayscale: #CECECE. Windows color (decimal): -5317162 or 14081454. OLE color: 14081454.

HSL color Cylindrical-coordinate representation of color #AEDDD6: hue angle of 171.06º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AEDDD6 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 214 -
CMYK 0.21 0 0.03 0.13
HSL 171.06º 0.41% 0.77% -
HSV(B) 171.06º 0.21% 0.87% -
XYZ 55.45 65.57 73.35 -
YUV 206.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 174 221 214 0.21 0 0.03 0.13 171.06 0.41 0.77
Hex AE DD D6 15 0 3 D AB 29 4D
Octal 256 335 326 25 0 3 15 253 51 115
Binary 10101110 11011101 11010110 10101 0 11 1101 10101011 101001 1001101

Color Harmonies of #AEDDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDD6

Black with #AEDDD6

Text Example


Text Example

White with #AEDDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDD6; }

 p { color: rgb(174,221,214); }

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

background-color css

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

 a { background-color: rgb(174,221,214); }

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

border-color css

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

 span { border-color: rgb(174,221,214); }

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