#AECDDD

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

Shades of French Pass #AECDDD

Tints of French Pass #AECDDD

Color information

#AECDDD (or 0xAECDDD) is unknown color: approx French Pass. HEX triplet: AE, CD and DD. RGB value is (174,205,221). Sum of RGB (Red+Green+Blue) = 174+205+221=600 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #AECDDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDDD is #513222. Grayscale: #C5C5C5. Windows color (decimal): -5321251 or 14536110. OLE color: 14536110.

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

Color convert

RGB174205221-
CMYK0.210.0700.13
HSL200.43º40.87%77.45%-
HSV(B)200.43º21.27%86.67%-
XYZ52.3457.8876.82-
YUV197.56141.23111.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 221 (86.72% from 255) = 36.83%
R=29%
G=34.17%
B=36.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1742052210.210.0700.13200.4340.8777.45
HexAECDDD1570Dc8294d
Octal25631533525701531051115
Binary1010111011001101110111011010111101101110010001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDDD; }

 p { color: rgb(174,205,221); }

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

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

 a { background-color: rgb(174,205,221); }

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

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

 span { border-color: rgb(174,205,221); }

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