#ADCDDE

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

Shades of French Pass #ADCDDE

Tints of French Pass #ADCDDE

Color information

#ADCDDE (or 0xADCDDE) is unknown color: approx French Pass. HEX triplet: AD, CD and DE. RGB value is (173,205,222). Sum of RGB (Red+Green+Blue) = 173+205+222=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 205 (80.47% from 255 or 34.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #ADCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADCDDE is #523221. Grayscale: #C5C5C5. Windows color (decimal): -5386786 or 14601645. OLE color: 14601645.

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

Color convert

RGB173205222-
CMYK0.220.0800.13
HSL200.82º42.61%77.45%-
HSV(B)200.82º22.07%87.06%-
XYZ52.2557.8277.51-
YUV197.37141.9110.62-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.83%
GREEN value IS 205 (80.47% from 255) = 34.17%
BLUE value IS 222 (87.11% from 255) = 37%
R=28.83%
G=34.17%
B=37%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1732052220.220.0800.13200.8242.6177.45
HexADCDDE1680Dc92b4d
Octal255315336261001531153115
Binary10101101110011011101111010110100001101110010011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADCDDE; }

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

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

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

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

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

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

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

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