#ABCCDE

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

Shades of French Pass #ABCCDE

Tints of French Pass #ABCCDE

Color information

#ABCCDE (or 0xABCCDE) is unknown color: approx French Pass. HEX triplet: AB, CC and DE. RGB value is (171,204,222). Sum of RGB (Red+Green+Blue) = 171+204+222=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 204 (80.08% from 255 or 34.17% from 597); Blue value is 222 (87.11% from 255 or 37.19% from 597); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABCCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCCDE is #543321. Grayscale: #C4C4C4. Windows color (decimal): -5518114 or 14601387. OLE color: 14601387.

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

Color convert

RGB171204222-
CMYK0.230.0800.13
HSL201.18º43.59%77.06%-
HSV(B)201.18º22.97%87.06%-
XYZ51.5757.1277.41-
YUV196.18142.57110.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.64%
GREEN value IS 204 (80.08% from 255) = 34.17%
BLUE value IS 222 (87.11% from 255) = 37.19%
R=28.64%
G=34.17%
B=37.19%

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
Decimal1712042220.230.0800.13201.1843.5977.06
HexABCCDE1780Dc92c4d
Octal253314336271001531154115
Binary10101011110011001101111010111100001101110010011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCCDE; }

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

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

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

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

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

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

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

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