Html Css Color HEX #AED1D7 French Pass

📋 copy color: '#AED1D7'

red 174 ◦ green 209 ◦ blue 215

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

Shades of French Pass #AED1D7

Tints of French Pass #AED1D7

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.95%

 BLUE value IS 215 (84.38% from 255) = 35.95%

R = 29.1%
G = 34.95%
B = 35.95%

CMYK

 C value IS 0.19

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AED1D7 (or 0xAED1D7) is known color: French Pass. HEX triplet: AE, D1 and D7. RGB value is (174,209,215). Sum of RGB (Red+Green+Blue) = 174+209+215=598 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.10% from 598); Green value is 209 (82.03% from 255 or 34.95% from 598); Blue value is 215 (84.38% from 255 or 35.95% from 598); Max value from RGB is 215 - color contains mainly: blue. Hex color #AED1D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED1D7 is #512E28. Grayscale: #C7C7C7. Windows color (decimal): -5320233 or 14143918. OLE color: 14143918.

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

Color convert

RGB 174 209 215 -
CMYK 0.19 0.03 0 0.16
HSL 188.78º 0.34% 0.76% -
HSV(B) 188.78º 0.19% 0.84% -
XYZ 52.52 59.51 73.01 -
YUV 199.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 174 209 215 0.19 0.03 0 0.16 188.78 0.34 0.76
Hex AE D1 D7 13 3 0 10 BD 22 4C
Octal 256 321 327 23 3 0 20 275 42 114
Binary 10101110 11010001 11010111 10011 11 0 10000 10111101 100010 1001100

Color Harmonies of #AED1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED1D7

Black with #AED1D7

Text Example


Text Example

White with #AED1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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