Html Css Color HEX #AED0DC French Pass

📋 copy color: '#AED0DC'

red 174 ◦ green 208 ◦ blue 220

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

Shades of French Pass #AED0DC

Tints of French Pass #AED0DC

RGB

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

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

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

R = 28.9%
G = 34.55%
B = 36.54%

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

#AED0DC (or 0xAED0DC) is known color: French Pass. HEX triplet: AE, D0 and DC. RGB value is (174,208,220). Sum of RGB (Red+Green+Blue) = 174+208+220=602 (79% of max value = 765). Red value is 174 (68.36% from 255 or 28.90% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 220 (86.33% from 255 or 36.54% from 602); Max value from RGB is 220 - color contains mainly: blue. Hex color #AED0DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AED0DC is #512F23. Grayscale: #C7C7C7. Windows color (decimal): -5320484 or 14471342. OLE color: 14471342.

HSL color Cylindrical-coordinate representation of color #AED0DC: hue angle of 195.65º 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 #AED0DC is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 208 220 -
CMYK 0.21 0.05 0 0.14
HSL 195.65º 0.4% 0.77% -
HSV(B) 195.65º 0.21% 0.86% -
XYZ 52.93 59.28 76.36 -
YUV 199.2 139.74 110.02 -
System Red Green Blue C M Y K H S L
Decimal 174 208 220 0.21 0.05 0 0.14 195.65 0.4 0.77
Hex AE D0 DC 15 5 0 E C4 28 4D
Octal 256 320 334 25 5 0 16 304 50 115
Binary 10101110 11010000 11011100 10101 101 0 1110 11000100 101000 1001101

Color Harmonies of #AED0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED0DC

Black with #AED0DC

Text Example


Text Example

White with #AED0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED0DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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