#AACDDE

Color #AACDDE French Pass (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of French Pass #AACDDE

Tints of French Pass #AACDDE

Color information

#AACDDE (or 0xAACDDE) is unknown color: approx French Pass. HEX triplet: AA, CD and DE. RGB value is (170,205,222). Sum of RGB (Red+Green+Blue) = 170+205+222=597 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.48% from 597); Green value is 205 (80.47% from 255 or 34.34% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #AACDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AACDDE is #553221. Grayscale: #C4C4C4. Windows color (decimal): -5583394 or 14601642. OLE color: 14601642.

HSL color Cylindrical-coordinate representation of color #AACDDE: hue angle of 199.62º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AACDDE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB170205222-
CMYK0.230.0800.13
HSL199.62º44.07%76.86%-
HSV(B)199.62º23.42%87.06%-
XYZ51.5957.4877.48-
YUV196.47142.4109.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 28.48%
GREEN value IS 205 (80.47% from 255) = 34.34%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=28.48%
G=34.34%
B=37.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1702052220.230.0800.13199.6244.0776.86
HexAACDDE1780Dc82c4d
Octal252315336271001531054115
Binary10101010110011011101111010111100001101110010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACDDE; }

 p { color: rgb(170,205,222); }

 H1.HeaderClassName
 {
   color: #AACDDE;
 }
 .AnyTagClassName
 {
   color: #AACDDE;
 }
</style>
background-color css

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

 a { background-color: rgb(170,205,222); }

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

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

 span { border-color: rgb(170,205,222); }

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