Html Css Color HEX #AED2DC French Pass

📋 copy color: '#AED2DC'

red 174 ◦ green 210 ◦ blue 220

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

Shades of French Pass #AED2DC

Tints of French Pass #AED2DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.42%

R = 28.81%
G = 34.77%
B = 36.42%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AED2DC (or 0xAED2DC) is known color: French Pass. HEX triplet: AE, D2 and DC. RGB value is (174,210,220). Sum of RGB (Red+Green+Blue) = 174+210+220=604 (80% of max value = 765). Red value is 174 (68.36% from 255 or 28.81% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 220 (86.33% from 255 or 36.42% from 604); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED2DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED2DC is #512D23. Grayscale: #C8C8C8. Windows color (decimal): -5319972 or 14471854. OLE color: 14471854.

HSL color Cylindrical-coordinate representation of color #AED2DC: hue angle of 193.04º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AED2DC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 210 220 -
CMYK 0.21 0.05 0 0.14
HSL 193.04º 0.4% 0.77% -
HSV(B) 193.04º 0.21% 0.86% -
XYZ 53.42 60.26 76.53 -
YUV 200.38 139.07 109.19 -
System Red Green Blue C M Y K H S L
Decimal 174 210 220 0.21 0.05 0 0.14 193.04 0.4 0.77
Hex AE D2 DC 15 5 0 E C1 28 4D
Octal 256 322 334 25 5 0 16 301 50 115
Binary 10101110 11010010 11011100 10101 101 0 1110 11000001 101000 1001101

Color Harmonies of #AED2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED2DC

Black with #AED2DC

Text Example


Text Example

White with #AED2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED2DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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