Html Css Color HEX #AED2CB Scandal

📋 copy color: '#AED2CB'

red 174 ◦ green 210 ◦ blue 203

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

Shades of Scandal #AED2CB

Tints of Scandal #AED2CB

RGB

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

 GREEN value IS 210 (82.42% from 255) = 35.78%

 BLUE value IS 203 (79.69% from 255) = 34.58%

R = 29.64%
G = 35.78%
B = 34.58%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#AED2CB (or 0xAED2CB) is known color: Scandal. HEX triplet: AE, D2 and CB. RGB value is (174,210,203). Sum of RGB (Red+Green+Blue) = 174+210+203=587 (77% of max value = 765). Red value is 174 (68.36% from 255 or 29.64% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 210 - color contains mainly: green. Hex color #AED2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2CB is #512D34. Grayscale: #C6C6C6. Windows color (decimal): -5319989 or 13357742. OLE color: 13357742.

HSL color Cylindrical-coordinate representation of color #AED2CB: hue angle of 168.33º degrees, saturation: 0.29, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AED2CB is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 203 -
CMYK 0.17 0 0.03 0.18
HSL 168.33º 0.29% 0.75% -
HSV(B) 168.33º 0.17% 0.82% -
XYZ 51.28 59.4 65.26 -
YUV 198.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 174 210 203 0.17 0 0.03 0.18 168.33 0.29 0.75
Hex AE D2 CB 11 0 3 12 A8 1D 4B
Octal 256 322 313 21 0 3 22 250 35 113
Binary 10101110 11010010 11001011 10001 0 11 10010 10101000 11101 1001011

Color Harmonies of #AED2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2CB

Black with #AED2CB

Text Example


Text Example

White with #AED2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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