#ADCEDC

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

Shades of French Pass #ADCEDC

Tints of French Pass #ADCEDC

Color information

#ADCEDC (or 0xADCEDC) is unknown color: approx French Pass. HEX triplet: AD, CE and DC. RGB value is (173,206,220). Sum of RGB (Red+Green+Blue) = 173+206+220=599 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.88% from 599); Green value is 206 (80.86% from 255 or 34.39% 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 #ADCEDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCEDC is #523123. Grayscale: #C5C5C5. Windows color (decimal): -5386532 or 14470829. OLE color: 14470829.

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

Color convert

RGB173206220-
CMYK0.210.0600.14
HSL197.87º40.17%77.06%-
HSV(B)197.87º21.36%86.27%-
XYZ52.2258.1976.19-
YUV197.73140.57110.36-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.88%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 220 (86.33% from 255) = 36.73%
R=28.88%
G=34.39%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1732062200.210.0600.14197.8740.1777.06
HexADCEDC1560Ec6284d
Octal25531633425601630650115
Binary1010110111001110110111001010111001110110001101010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCEDC; }

 p { color: rgb(173,206,220); }

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

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

 a { background-color: rgb(173,206,220); }

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

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

 span { border-color: rgb(173,206,220); }

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