Html Css Color HEX #AEDDD2 Scandal

📋 copy color: '#AEDDD2'

red 174 ◦ green 221 ◦ blue 210

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

Shades of Scandal #AEDDD2

Tints of Scandal #AEDDD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 34.71%

R = 28.76%
G = 36.53%
B = 34.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#AEDDD2 (or 0xAEDDD2) is known color: Scandal. HEX triplet: AE, DD and D2. RGB value is (174,221,210). Sum of RGB (Red+Green+Blue) = 174+221+210=605 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.76% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDDD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AEDDD2 is #51222D. Grayscale: #CDCDCD. Windows color (decimal): -5317166 or 13819310. OLE color: 13819310.

HSL color Cylindrical-coordinate representation of color #AEDDD2: hue angle of 165.96º 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 #AEDDD2 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 210 -
CMYK 0.21 0 0.05 0.13
HSL 165.96º 0.41% 0.77% -
HSV(B) 165.96º 0.21% 0.87% -
XYZ 54.94 65.36 70.69 -
YUV 205.69 130.43 105.39 -
System Red Green Blue C M Y K H S L
Decimal 174 221 210 0.21 0 0.05 0.13 165.96 0.41 0.77
Hex AE DD D2 15 0 5 D A6 29 4D
Octal 256 335 322 25 0 5 15 246 51 115
Binary 10101110 11011101 11010010 10101 0 101 1101 10100110 101001 1001101

Color Harmonies of #AEDDD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDDD2

Black with #AEDDD2

Text Example


Text Example

White with #AEDDD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDDD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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