Html Css Color HEX #AED4CB Scandal

📋 copy color: '#AED4CB'

red 174 ◦ green 212 ◦ blue 203

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

Shades of Scandal #AED4CB

Tints of Scandal #AED4CB

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.99%

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

R = 29.54%
G = 35.99%
B = 34.47%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#AED4CB (or 0xAED4CB) is known color: Scandal. HEX triplet: AE, D4 and CB. RGB value is (174,212,203). Sum of RGB (Red+Green+Blue) = 174+212+203=589 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.54% from 589); Green value is 212 (83.20% from 255 or 35.99% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4CB is #512B34. Grayscale: #C7C7C7. Windows color (decimal): -5319477 or 13358254. OLE color: 13358254.

HSL color Cylindrical-coordinate representation of color #AED4CB: hue angle of 165.79º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AED4CB is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 203 -
CMYK 0.18 0 0.04 0.17
HSL 165.79º 0.31% 0.76% -
HSV(B) 165.79º 0.18% 0.83% -
XYZ 51.78 60.4 65.43 -
YUV 199.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 174 212 203 0.18 0 0.04 0.17 165.79 0.31 0.76
Hex AE D4 CB 12 0 4 11 A6 1F 4C
Octal 256 324 313 22 0 4 21 246 37 114
Binary 10101110 11010100 11001011 10010 0 100 10001 10100110 11111 1001100

Color Harmonies of #AED4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4CB

Black with #AED4CB

Text Example


Text Example

White with #AED4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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