Html Css Color HEX #AED7CF Scandal

📋 copy color: '#AED7CF'

red 174 ◦ green 215 ◦ blue 207

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

Shades of Scandal #AED7CF

Tints of Scandal #AED7CF

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.07%

 BLUE value IS 207 (81.25% from 255) = 34.73%

R = 29.19%
G = 36.07%
B = 34.73%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#AED7CF (or 0xAED7CF) is known color: Scandal. HEX triplet: AE, D7 and CF. RGB value is (174,215,207). Sum of RGB (Red+Green+Blue) = 174+215+207=596 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.19% from 596); Green value is 215 (84.38% from 255 or 36.07% from 596); Blue value is 207 (81.25% from 255 or 34.73% from 596); Max value from RGB is 215 - color contains mainly: green. Hex color #AED7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED7CF is #512830. Grayscale: #C9C9C9. Windows color (decimal): -5318705 or 13621166. OLE color: 13621166.

HSL color Cylindrical-coordinate representation of color #AED7CF: hue angle of 168.29º degrees, saturation: 0.34, 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 #AED7CF is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 207 -
CMYK 0.19 0 0.04 0.16
HSL 168.29º 0.34% 0.76% -
HSV(B) 168.29º 0.19% 0.84% -
XYZ 53.02 62.1 68.22 -
YUV 201.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 174 215 207 0.19 0 0.04 0.16 168.29 0.34 0.76
Hex AE D7 CF 13 0 4 10 A8 22 4C
Octal 256 327 317 23 0 4 20 250 42 114
Binary 10101110 11010111 11001111 10011 0 100 10000 10101000 100010 1001100

Color Harmonies of #AED7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED7CF

Black with #AED7CF

Text Example


Text Example

White with #AED7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED7CF; }

 p { color: rgb(174,215,207); }

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

background-color css

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

 a { background-color: rgb(174,215,207); }

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

border-color css

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

 span { border-color: rgb(174,215,207); }

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