Html Css Color HEX #AED4CF Scandal

📋 copy color: '#AED4CF'

red 174 ◦ green 212 ◦ blue 207

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

Shades of Scandal #AED4CF

Tints of Scandal #AED4CF

RGB

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

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

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

R = 29.34%
G = 35.75%
B = 34.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.02

 K value IS 0.17

RGB Variations

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

Color information

#AED4CF (or 0xAED4CF) is known color: Scandal. HEX triplet: AE, D4 and CF. RGB value is (174,212,207). Sum of RGB (Red+Green+Blue) = 174+212+207=593 (78% of max value = 765). Red value is 174 (68.36% from 255 or 29.34% from 593); Green value is 212 (83.20% from 255 or 35.75% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 212 - color contains mainly: green. Hex color #AED4CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED4CF is #512B30. Grayscale: #C8C8C8. Windows color (decimal): -5319473 or 13620398. OLE color: 13620398.

HSL color Cylindrical-coordinate representation of color #AED4CF: hue angle of 172.11º 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 #AED4CF is Cyan = 0.18, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 212 207 -
CMYK 0.18 0 0.02 0.17
HSL 172.11º 0.31% 0.76% -
HSV(B) 172.11º 0.18% 0.83% -
XYZ 52.26 60.59 67.97 -
YUV 200.07 131.91 109.41 -
System Red Green Blue C M Y K H S L
Decimal 174 212 207 0.18 0 0.02 0.17 172.11 0.31 0.76
Hex AE D4 CF 12 0 2 11 AC 1F 4C
Octal 256 324 317 22 0 2 21 254 37 114
Binary 10101110 11010100 11001111 10010 0 10 10001 10101100 11111 1001100

Color Harmonies of #AED4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED4CF

Black with #AED4CF

Text Example


Text Example

White with #AED4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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