#AECDDC

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

Shades of French Pass #AECDDC

Tints of French Pass #AECDDC

Color information

#AECDDC (or 0xAECDDC) is unknown color: approx French Pass. HEX triplet: AE, CD and DC. RGB value is (174,205,220). Sum of RGB (Red+Green+Blue) = 174+205+220=599 (79% of max value = 765). Red value is 174 (68.36% from 255 or 29.05% from 599); Green value is 205 (80.47% from 255 or 34.22% from 599); Blue value is 220 (86.33% from 255 or 36.73% from 599); Max value from RGB is 220 - color contains mainly: blue. Hex color #AECDDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AECDDC is #513223. Grayscale: #C5C5C5. Windows color (decimal): -5321252 or 14470574. OLE color: 14470574.

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

Color convert

RGB174205220-
CMYK0.210.0700.14
HSL199.57º39.66%77.25%-
HSV(B)199.57º20.91%86.27%-
XYZ52.2157.8376.12-
YUV197.44140.73111.28-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 29.05%
GREEN value IS 205 (80.47% from 255) = 34.22%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=29.05%
G=34.22%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1742052200.210.0700.14199.5739.6677.25
HexAECDDC1570Ec8284d
Octal25631533425701631050115
Binary1010111011001101110111001010111101110110010001010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECDDC; }

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

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

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

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

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

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

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

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