Html Css Color HEX #AED0D7 French Pass

📋 copy color: '#AED0D7'

red 174 ◦ green 208 ◦ blue 215

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

Shades of French Pass #AED0D7

Tints of French Pass #AED0D7

RGB

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

 GREEN value IS 208 (81.64% from 255) = 34.84%

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

R = 29.15%
G = 34.84%
B = 36.01%

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

#AED0D7 (or 0xAED0D7) is known color: French Pass. HEX triplet: AE, D0 and D7. RGB value is (174,208,215). Sum of RGB (Red+Green+Blue) = 174+208+215=597 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.15% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 215 (84.38% from 255 or 36.01% from 597); Max value from RGB is 215 - color contains mainly: blue. Hex color #AED0D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0D7 is #512F28. Grayscale: #C6C6C6. Windows color (decimal): -5320489 or 14143662. OLE color: 14143662.

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

Color convert

RGB 174 208 215 -
CMYK 0.19 0.03 0 0.16
HSL 190.24º 0.34% 0.76% -
HSV(B) 190.24º 0.19% 0.84% -
XYZ 52.28 59.02 72.93 -
YUV 198.63 137.24 110.43 -
System Red Green Blue C M Y K H S L
Decimal 174 208 215 0.19 0.03 0 0.16 190.24 0.34 0.76
Hex AE D0 D7 13 3 0 10 BE 22 4C
Octal 256 320 327 23 3 0 20 276 42 114
Binary 10101110 11010000 11010111 10011 11 0 10000 10111110 100010 1001100

Color Harmonies of #AED0D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0D7

Black with #AED0D7

Text Example


Text Example

White with #AED0D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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