#ABCDDE

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

Shades of French Pass #ABCDDE

Tints of French Pass #ABCDDE

Color information

#ABCDDE (or 0xABCDDE) is unknown color: approx French Pass. HEX triplet: AB, CD and DE. RGB value is (171,205,222). Sum of RGB (Red+Green+Blue) = 171+205+222=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 205 (80.47% from 255 or 34.28% from 598); Blue value is 222 (87.11% from 255 or 37.12% from 598); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABCDDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDDE is #543221. Grayscale: #C4C4C4. Windows color (decimal): -5517858 or 14601643. OLE color: 14601643.

HSL color Cylindrical-coordinate representation of color #ABCDDE: hue angle of 200º 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 #ABCDDE is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171205222-
CMYK0.230.0800.13
HSL200º43.59%77.06%-
HSV(B)200º22.97%87.06%-
XYZ51.8157.5977.49-
YUV196.77142.24109.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 205 (80.47% from 255) = 34.28%
BLUE value IS 222 (87.11% from 255) = 37.12%
R=28.60%
G=34.28%
B=37.12%

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
Decimal1712052220.230.0800.1320043.5977.06
HexABCDDE1780Dc82c4d
Octal253315336271001531054115
Binary10101011110011011101111010111100001101110010001011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDDE; }

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

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

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

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

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

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

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

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