Html Css Color HEX #AED2DA French Pass

📋 copy color: '#AED2DA'

red 174 ◦ green 210 ◦ blue 218

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

Shades of French Pass #AED2DA

Tints of French Pass #AED2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.21%

R = 28.9%
G = 34.88%
B = 36.21%

CMYK

 C value IS 0.20

 M value IS 0.04

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AED2DA (or 0xAED2DA) is known color: French Pass. HEX triplet: AE, D2 and DA. RGB value is (174,210,218). Sum of RGB (Red+Green+Blue) = 174+210+218=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 210 (82.42% from 255 or 34.88% from 602); Blue value is 218 (85.55% from 255 or 36.21% from 602); Max value from RGB is 218 - color contains mainly: blue. Hex color #AED2DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DA is #512D25. Grayscale: #C8C8C8. Windows color (decimal): -5319974 or 14340782. OLE color: 14340782.

HSL color Cylindrical-coordinate representation of color #AED2DA: hue angle of 190.91º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AED2DA is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 210 218 -
CMYK 0.20 0.04 0 0.15
HSL 190.91º 0.37% 0.77% -
HSV(B) 190.91º 0.2% 0.85% -
XYZ 53.16 60.15 75.14 -
YUV 200.15 138.07 109.35 -
System Red Green Blue C M Y K H S L
Decimal 174 210 218 0.20 0.04 0 0.15 190.91 0.37 0.77
Hex AE D2 DA 14 4 0 F BF 25 4D
Octal 256 322 332 24 4 0 17 277 45 115
Binary 10101110 11010010 11011010 10100 100 0 1111 10111111 100101 1001101

Color Harmonies of #AED2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2DA

Black with #AED2DA

Text Example


Text Example

White with #AED2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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