Html Css Color HEX #AED6CB Scandal

📋 copy color: '#AED6CB'

red 174 ◦ green 214 ◦ blue 203

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

Shades of Scandal #AED6CB

Tints of Scandal #AED6CB

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.21%

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

R = 29.44%
G = 36.21%
B = 34.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#AED6CB (or 0xAED6CB) is known color: Scandal. HEX triplet: AE, D6 and CB. RGB value is (174,214,203). Sum of RGB (Red+Green+Blue) = 174+214+203=591 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.44% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #AED6CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED6CB is #512934. Grayscale: #C8C8C8. Windows color (decimal): -5318965 or 13358766. OLE color: 13358766.

HSL color Cylindrical-coordinate representation of color #AED6CB: hue angle of 163.5º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AED6CB is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 214 203 -
CMYK 0.19 0 0.05 0.16
HSL 163.5º 0.33% 0.76% -
HSV(B) 163.5º 0.19% 0.84% -
XYZ 52.28 61.4 65.6 -
YUV 200.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 174 214 203 0.19 0 0.05 0.16 163.5 0.33 0.76
Hex AE D6 CB 13 0 5 10 A4 21 4C
Octal 256 326 313 23 0 5 20 244 41 114
Binary 10101110 11010110 11001011 10011 0 101 10000 10100100 100001 1001100

Color Harmonies of #AED6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED6CB

Black with #AED6CB

Text Example


Text Example

White with #AED6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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